ソースを参照

Disable SIMD for stb_image, closes #5

Thomas Buck 9年前
コミット
dfc301938f
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/deps/stb/stb.cpp

+ 1
- 0
src/deps/stb/stb.cpp ファイルの表示

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

読み込み中…
キャンセル
保存