Changeset 21235 in vbox for trunk/include
- Timestamp:
- Jul 6, 2009 7:28:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm.h
r21234 r21235 3902 3902 DECLINLINE(void) ASMMemoryFenceSSE2(void) 3903 3903 { 3904 #if defRT_INLINE_ASM_GNU_STYLE3904 #if RT_INLINE_ASM_GNU_STYLE 3905 3905 __asm__ __volatile__ (".byte 0x0f,0xae,0xf0\n\t"); 3906 3906 #else … … 3921 3921 DECLINLINE(void) ASMWriteFenceSSE(void) 3922 3922 { 3923 #if defRT_INLINE_ASM_GNU_STYLE3923 #if RT_INLINE_ASM_GNU_STYLE 3924 3924 __asm__ __volatile__ (".byte 0x0f,0xae,0xf8\n\t"); 3925 3925 #else … … 3940 3940 DECLINLINE(void) ASMReadFenceSSE2(void) 3941 3941 { 3942 #if defRT_INLINE_ASM_GNU_STYLE3942 #if RT_INLINE_ASM_GNU_STYLE 3943 3943 __asm__ __volatile__ (".byte 0x0f,0xae,0xe8\n\t"); 3944 3944 #else
Note:
See TracChangeset
for help on using the changeset viewer.