Skip to content

Commit 7a7fbb1

Browse files
authored
define "unlikely" on non-cygwin too
1 parent b31349c commit 7a7fbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/blas_server_win32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <stdlib.h>
4141
#include "common.h"
4242

43-
#if defined(OS_CYGWIN_NT) && !defined(unlikely)
43+
#if !defined(unlikely)
4444
#ifdef __GNUC__
4545
#define unlikely(x) __builtin_expect(!!(x), 0)
4646
#else

0 commit comments

Comments
 (0)