[modcmake 1/N] Create avx_mathfun interface library for shared TH/ATen code #6413
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
avx_mathfun is used by both TH and ATen code; if we want to turn
TH into a standalone library, we need a common dependency for the
two libraries. That's this package.
This patch is part of a series. The individual changes here may make more sense when seen in context; the full context is at #6188. I am splitting this patch series into separate CI-able PRs because I made a mistake that affects Windows only, and I am trying to figure out where the mistake is.