Loading
Bug 1673032 - Part 2: Remove ifdefs around assembler rounding functions. r=lth,jandem
`HasRoundInstruction()` and `nearbyInt{Float32,Double}()` are defined on all
platforms, so we no longer need to guard them through #ifdefs.
This change also allows to optimise round instructions on ARM64.
Differential Revision: https://phabricator.services.mozilla.com/D94815