math: remove assembly stubs #31362
Labels
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
I could be wrong, but I think now that we have mid-stack inlining it should be possible to move the math package from this pattern:
To something more like this pattern:
This would have the side benefit of allowing architectures that use the generic implementation to inline it if it is cheap enough. It might also make stdlib easier to build with other compilers (#31330).
The text was updated successfully, but these errors were encountered: