You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
460 B

25 years ago
  1. // Defines OS dependent macros
  2. #ifndef _CL_FLOAT_CONFIG_H
  3. #define _CL_FLOAT_CONFIG_H
  4. /* These definitions are adjusted by `configure' automatically. */
  5. /* functions and declarations */
  6. /* CL_FPU_CONTROL */
  7. /* Define if you have <fpu_control.h> and it defines the fpu_control_t type. */
  8. #undef HAVE_FPU_CONTROL_T
  9. /* Define if you have <fpu_control.h> and it declares the __setfpucw()
  10. function. */
  11. #undef HAVE_SETFPUCW
  12. #endif /* _CL_FLOAT_CONFIG_H */