1
0

__fpscr_values.c 173 B

12345
  1. #include "libc.h"
  2. /* used by gcc for switching the FPU between single and double precision */
  3. const unsigned long __fpscr_values[2] ATTR_LIBC_VISIBILITY = { 0, 0x80000 };