Last I checked there was no fast-math on stable, and #[repr(align)] was recently added.
> there was no fast-math on stable
We don't do global flags to tweak things like this, as a rule. You can do it on indivudal operators, or use wrapper types, to get these behaviors.
Last I checked there was no fast-math on stable, and #[repr(align)] was recently added.