Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't compile on ARM64 #1

Open
cyb-r opened this issue Feb 26, 2024 · 1 comment
Open

Doesn't compile on ARM64 #1

cyb-r opened this issue Feb 26, 2024 · 1 comment

Comments

@cyb-r
Copy link

cyb-r commented Feb 26, 2024

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)

@CyberBotX
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants