Closed tgross35 closed 4 weeks ago
Introduce math/arch/* as a home for architecture-specific behavior and intrinsic usage, and move relevant existing code there.
math/arch/*
This allows us to declutter things a bit and also commonize the logic of cfg flags so we don't accidentally disobey force-soft-floats.
cfg
force-soft-floats
The commit history is a mess so please don't merge directly, but this is ready for a look. The diff makes a lot more sense with "hide whitespace" checked.
Introduce
math/arch/*
as a home for architecture-specific behavior and intrinsic usage, and move relevant existing code there.This allows us to declutter things a bit and also commonize the logic of
cfg
flags so we don't accidentally disobeyforce-soft-floats
.