You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building DiscordCoreAPI, the build explodes on systems that support AVX 512 such as my Ryzen AI 9 HX 370 with errors like:
D:\vcpkg\installed\x64-windows\include\jsonifier/ISA/AVX.hpp(262): error C3861: '_mm512_movemask_epi8': identifier not found
D:\vcpkg\installed\x64-windows\include\jsonifier/ISA/AVX.hpp(262): note: '_mm512_movemask_epi8': function was not declared in the template definition context and can be found only via argument-dependent lookup in the instantiation context
Did you mean _mm512_movepi8_mask? This doesn't happen in vcpkg's build lab because it doesn't currently run on a CPU that supports AVX512.
The text was updated successfully, but these errors were encountered:
2 potential causes:
* At least in my testing, build requires >9GB per core of memory, which might have been 'hanging' by causing the OOM killer to kill the agent.
* There are 'sub' CMake builds which write to the source tree and stomp on each other.
Related: RealTimeChris/Jsonifier#35
When building DiscordCoreAPI, the build explodes on systems that support AVX 512 such as my Ryzen AI 9 HX 370 with errors like:
Did you mean
_mm512_movepi8_mask
? This doesn't happen in vcpkg's build lab because it doesn't currently run on a CPU that supports AVX512.The text was updated successfully, but these errors were encountered: