Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 3b259f6

Browse files
author
Allen Webster
committed
Merge branch 'master' of https://github.com/Dion-Systems/4coder
2 parents c55d889 + dc7d069 commit 3b259f6

File tree

5 files changed

+290
-270
lines changed

5 files changed

+290
-270
lines changed

custom/4coder_audio.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#if OS_LINUX
66
#include <immintrin.h>
77
#define _InterlockedExchangeAdd __sync_fetch_and_add
8+
#elif OS_MAC
9+
#include <immintrin.h>
10+
#define _InterlockedExchangeAdd __sync_fetch_and_add
811
#else
912
#include <intrin.h>
1013
#endif

0 commit comments

Comments
 (0)