Browse Source

Disable SIMD for stb_image, closes #5

Thomas Buck 9 years ago
parent
commit
dfc301938f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/deps/stb/stb.cpp

+ 1
- 0
src/deps/stb/stb.cpp View File

@@ -9,6 +9,7 @@
9 9
 
10 10
 #define STB_IMAGE_IMPLEMENTATION
11 11
 #define STBI_ASSERT(x) assert(x)
12
+#define STBI_NO_SIMD
12 13
 #include "stb/stb_image.h"
13 14
 
14 15
 #define STB_IMAGE_WRITE_IMPLEMENTATION

Loading…
Cancel
Save