Everything
11.20 Using fenv.h when -dpfpu is specified

For the following standard library functions provided by fenv.h, even if -dpfpu is specified when compilation proceeds, these functions only specify and refer to the relevant values of the FPSW register; and not to the values of the DPSW register.

 

* feclearexcept

* fegetexceptflag

* feraiseexcept

* fesetexceptflag

* fetestexcept

* fegetround

* fesetround

* fegetenv

* feholdexcept

* fesetenv

* feupdateenv

 

To specify and refer to the values of the DPSW register, use the __set_dpsw and __get_dpsw intrinsic functions.