Unverified Commit dc25726e authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

gromacs: use Advanced SIMD on Apple Silicon (#464179)

parents a67adf91 8a1cd963
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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