VirtualBox

Changeset 96205 in vbox for trunk/include/iprt/nocrt/fenv.h


Ignore:
Timestamp:
Aug 14, 2022 11:40:55 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153013
Message:

IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the testing. More tests. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nocrt/fenv.h

    r93115 r96205  
    3131
    3232#include <iprt/cdefs.h>
    33 #ifdef RT_ARCH_AMD64
    34 # include <iprt/nocrt/amd64/fenv.h>
    35 #elif defined(RT_ARCH_X86)
    36 # include <iprt/nocrt/x86/fenv.h>
     33#if defined(RT_ARCH_X86) || defined(RT_ARCH_AMD64)
     34# include <iprt/nocrt/x86/fenv-x86-amd64.h>
    3735#else
    3836# error "IPRT: no fenv.h available for this platform, or the platform define is missing!"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette