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
20 lines
460 B
// Defines OS dependent macros
|
|
|
|
#ifndef _CL_FLOAT_CONFIG_H
|
|
#define _CL_FLOAT_CONFIG_H
|
|
|
|
/* These definitions are adjusted by `configure' automatically. */
|
|
|
|
|
|
/* functions and declarations */
|
|
|
|
/* CL_FPU_CONTROL */
|
|
/* Define if you have <fpu_control.h> and it defines the fpu_control_t type. */
|
|
#undef HAVE_FPU_CONTROL_T
|
|
/* Define if you have <fpu_control.h> and it declares the __setfpucw()
|
|
function. */
|
|
#undef HAVE_SETFPUCW
|
|
|
|
|
|
#endif /* _CL_FLOAT_CONFIG_H */
|
|
|