VirtualBox

Changeset 48572 in vbox for trunk/include/iprt/cdefs.h


Ignore:
Timestamp:
Sep 20, 2013 12:17:16 AM (11 years ago)
Author:
vboxsync
Message:

asm-amd64-x86.h: Use writeeflags and readeflags with visual C++. Makes life simpler when building EFI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r47435 r48572  
    26552655 * Otherwise it is 0. */
    26562656#ifdef _MSC_VER
    2657 # if   _MSC_VER >= 1700
     2657# if   _MSC_VER >= 1700 /* Visual C++ v11.0 / 2012 */
    26582658#  define RT_INLINE_ASM_USES_INTRIN 17
    2659 # elif _MSC_VER >= 1600
     2659# elif _MSC_VER >= 1600 /* Visual C++ v10.0 / 2010 */
    26602660#  define RT_INLINE_ASM_USES_INTRIN 16
    2661 # elif _MSC_VER >= 1500
     2661# elif _MSC_VER >= 1500 /* Visual C++ v9.0 / 2008 */
    26622662#  define RT_INLINE_ASM_USES_INTRIN 15
    2663 # elif _MSC_VER >= 1400
     2663# elif _MSC_VER >= 1400 /* Visual C++ v8.0 / 2005 */
    26642664#  define RT_INLINE_ASM_USES_INTRIN 14
    26652665# endif
Note: See TracChangeset for help on using the changeset viewer.

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