Skip to content

Commit

Permalink
No use cases for __sync_synchronize, pacifying emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Jul 21, 2024
1 parent a7d6c11 commit 112856a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions simde/x86/sse.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
__dmb(_ARM_BARRIER_SY);
}
#endif
#elif defined(__GNUC__)
static HEDLEY_ALWAYS_INLINE void simde_MemoryBarrier(void) {
__sync_synchronize();
}
#endif

HEDLEY_DIAGNOSTIC_PUSH
Expand Down

0 comments on commit 112856a

Please sign in to comment.