Ignore:
Timestamp:
Feb 11, 2001, 11:35:29 AM (25 years ago)
Author:
sandervl
Message:

Update for VAC 3.6.5

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:03 sandervl Exp $ */
     1/* $Id: cpuhlp.h,v 1.5 2001-02-11 10:35:29 sandervl Exp $ */
    22
    33#ifndef _CPUHLP_H_
     
    3535extern DWORD CPUFeatures;
    3636
     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
    3747#ifdef __cplusplus
    3848}
Note: See TracChangeset for help on using the changeset viewer.