gromacs: use Advanced SIMD on Apple Silicon

This commit is contained in:
April Schleck
2025-11-22 21:42:26 -08:00
parent bee1c5a592
commit 8a1cd96370
@@ -40,6 +40,8 @@ let
"SSE4.1"
else if stdenv.hostPlatform.system == "x86_64-darwin" then
"SSE4.1"
else if stdenv.hostPlatform.system == "aarch64-darwin" then
"ARM_NEON_ASIMD"
else if stdenv.hostPlatform.system == "aarch64-linux" then
"ARM_NEON_ASIMD"
else