Changeset 5090 for trunk/include/cpuhlp.h
- Timestamp:
- Feb 11, 2001, 11:35:29 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/cpuhlp.h
r4406 r5090 1 /* $Id: cpuhlp.h,v 1. 4 2000-10-03 17:26:03sandervl Exp $ */1 /* $Id: cpuhlp.h,v 1.5 2001-02-11 10:35:29 sandervl Exp $ */ 2 2 3 3 #ifndef _CPUHLP_H_ … … 35 35 extern DWORD CPUFeatures; 36 36 37 #if (__IBMC__ >= 360) || (__IBMCPP__ >= 360) 38 #define CONTROL87(a,b) __control87(a, b) 39 #else 40 #if (__IBMCPP__ == 300) || (__IBMC__ == 300) 41 #define CONTROL87(a,b) _control87(a, b) 42 #else 43 #error CONTROL87 undefined 44 #endif 45 #endif 46 37 47 #ifdef __cplusplus 38 48 }
Note:
See TracChangeset
for help on using the changeset viewer.