You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
4
thirdparty/meshoptimizer/vertexcodec.cpp
vendored
4
thirdparty/meshoptimizer/vertexcodec.cpp
vendored
@@ -77,6 +77,8 @@
|
||||
#endif
|
||||
|
||||
#ifdef SIMD_WASM
|
||||
#undef __DEPRECATED
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#include <wasm_simd128.h>
|
||||
#endif
|
||||
|
||||
@@ -1028,7 +1030,7 @@ static unsigned int getCpuFeatures()
|
||||
return cpuinfo[2];
|
||||
}
|
||||
|
||||
unsigned int cpuid = getCpuFeatures();
|
||||
static unsigned int cpuid = getCpuFeatures();
|
||||
#endif
|
||||
|
||||
} // namespace meshopt
|
||||
|
||||
Reference in New Issue
Block a user