Skip to content

Commit d6991dd

Browse files
committed
fix missing #endif
1 parent 7783a9a commit d6991dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/others/blas_server_win32.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange64(dest, exch, comp)
5858
#else
5959
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp)
60+
#endif
6061
#endif
6162

6263
/* Thread server common information */

0 commit comments

Comments
 (0)