The ARM floating-point environment is an implementation of
the IEEE 754-1985 standard for binary floating-point arithmetic.
An ARM system might have:
a VFP coprocessor
no floating-point hardware.
If you compile for a system with a hardware VFP coprocessor,
the ARM compiler makes use of it. If you compile for a system without
a coprocessor, the compiler implements the computations in software.
For example, the compiler option --fpu=vfp selects
a hardware VFP coprocessor and the option --fpu=softvfp specifies
that arithmetic operations are to be performed in software, without
the use of any coprocessor instructions.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.