/* $Id: cpuhlp.h,v 1.5 2001-02-11 10:35:29 sandervl Exp $ */ #ifndef _CPUHLP_H_ #define _CPUHLP_H_ #ifdef __cplusplus extern "C" { #endif #define BIT(a) (1<= 360) || (__IBMCPP__ >= 360) #define CONTROL87(a,b) __control87(a, b) #else #if (__IBMCPP__ == 300) || (__IBMC__ == 300) #define CONTROL87(a,b) _control87(a, b) #else #error CONTROL87 undefined #endif #endif #ifdef __cplusplus } #endif #endif /* _CPUHLP_H_ */