| |||
| Home > Floating-point Support > About floating-point support | |||
The ARM floating-point environment is an implementation of the IEEE 754 standard for binary floating-point arithmetic. See IEEE 754 arithmetic for details of the ARM implementation of the standard.
An ARM system might have:
a Vector Floating-Point (VFP) coprocessor
no floating-point hardware.
RVDK v2.2 does not support any floating-point hardware.
The compilation tools only accept -fpu none or -fpu
softvfp (default).