Changeset 48572 in vbox for trunk/include/iprt/cdefs.h
- Timestamp:
- Sep 20, 2013 12:17:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r47435 r48572 2655 2655 * Otherwise it is 0. */ 2656 2656 #ifdef _MSC_VER 2657 # if _MSC_VER >= 1700 2657 # if _MSC_VER >= 1700 /* Visual C++ v11.0 / 2012 */ 2658 2658 # define RT_INLINE_ASM_USES_INTRIN 17 2659 # elif _MSC_VER >= 1600 2659 # elif _MSC_VER >= 1600 /* Visual C++ v10.0 / 2010 */ 2660 2660 # define RT_INLINE_ASM_USES_INTRIN 16 2661 # elif _MSC_VER >= 1500 2661 # elif _MSC_VER >= 1500 /* Visual C++ v9.0 / 2008 */ 2662 2662 # define RT_INLINE_ASM_USES_INTRIN 15 2663 # elif _MSC_VER >= 1400 2663 # elif _MSC_VER >= 1400 /* Visual C++ v8.0 / 2005 */ 2664 2664 # define RT_INLINE_ASM_USES_INTRIN 14 2665 2665 # endif
Note:
See TracChangeset
for help on using the changeset viewer.