Skip to content

Commit

Permalink
SunPRO change
Browse files Browse the repository at this point in the history
  • Loading branch information
cstes committed Apr 29, 2020
1 parent 372e3a7 commit d4496d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/Cross/vm/sqMemoryFence.h
Expand Up @@ -52,6 +52,8 @@
# define sqLowLevelMFence() asm volatile ("mfence")
# endif
# endif
#elif defined(__SUNPRO_C)
# define sqLowLevelMFence() asm volatile ("mfence")
#elif defined(_MSC_VER)
/* # define sqLowLevelMFence() _asm { mfence } */
/* could use mfence here but */ \
Expand Down

0 comments on commit d4496d5

Please sign in to comment.