The FLOAT64 directive enables 64-bit (double-precision)
floating-point math for double variable types in your C
programs. Variables of type float continue to use 32-bit
floating-point math.
By default, all floating-point math is performed using 32-bits
(even when the double type is specified.) The FLOAT64
directive must be specified to use 64-bit floating-point math.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.