Ver código fonte

Disable SIMD for stb_image, closes #5

Thomas Buck 9 anos atrás
pai
commit
dfc301938f
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      src/deps/stb/stb.cpp

+ 1
- 0
src/deps/stb/stb.cpp Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar