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
 
9
 
10
 #define STB_IMAGE_IMPLEMENTATION
10
 #define STB_IMAGE_IMPLEMENTATION
11
 #define STBI_ASSERT(x) assert(x)
11
 #define STBI_ASSERT(x) assert(x)
12
+#define STBI_NO_SIMD
12
 #include "stb/stb_image.h"
13
 #include "stb/stb_image.h"
13
 
14
 
14
 #define STB_IMAGE_WRITE_IMPLEMENTATION
15
 #define STB_IMAGE_WRITE_IMPLEMENTATION

Loading…
Cancel
Save