We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d7397 commit 0c40165Copy full SHA for 0c40165
1 file changed
src/shared/platform/win/port_win.c
@@ -12,7 +12,7 @@
12
13
#include "native_client/src/include/portability.h"
14
15
-#if ( DO_NOT_USE_FAST_ASSEMBLER_VERSION_FOR_FFS || defined(_WIN64) )
+#if ( DO_NOT_USE_FAST_ASSEMBLER_VERSION_FOR_FFS || defined(_WIN64) || !defined(_MSC_VER) )
16
int ffs(int x) {
17
int r = 1;
18
0 commit comments