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
ARM64 doesn't have emmintrin.h which this module uses.
CMake Error at cmake/Anope.cmake:411 (message): /home/ansible/anope-2.0.12/modules/third/DiceServ-3.0.4/diceserv.cpp needs header file emmintrin.h but we were unable to locate that header file! Check that the header file is within the search path of your OS. Call Stack (most recent call first): modules/CMakeLists.txt:29 (calculate_depends) modules/third/DiceServ-3.0.4/CMakeLists.txt:1 (build_modules)
The text was updated successfully, but these errors were encountered:
Since DiceServ relies on x86 SIMD functions for the RNG, I suspect that it probably will not be able to be used on ARM64. From a quick search, I am unable to find any ARM64 analogues to the SIMD functions I utilized.
ARM64 doesn't have emmintrin.h which this module uses.
CMake Error at cmake/Anope.cmake:411 (message): /home/ansible/anope-2.0.12/modules/third/DiceServ-3.0.4/diceserv.cpp needs header file emmintrin.h but we were unable to locate that header file! Check that the header file is within the search path of your OS. Call Stack (most recent call first): modules/CMakeLists.txt:29 (calculate_depends) modules/third/DiceServ-3.0.4/CMakeLists.txt:1 (build_modules)
The text was updated successfully, but these errors were encountered: