From 31a21e0eeb0b470c53960e69b32132b696ffc627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Schartum=20Dokken?= Date: Sun, 28 Jun 2026 18:47:06 +0200 Subject: [PATCH] remove march native --- src/scifem/eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scifem/eval.py b/src/scifem/eval.py index 9fb67c5..8e0ec8d 100644 --- a/src/scifem/eval.py +++ b/src/scifem/eval.py @@ -336,7 +336,7 @@ def compute_extrema( jit_options.copy() if jit_options is not None else { - "cffi_extra_compile_args": ["-march=native", "-O3"], + "cffi_extra_compile_args": ["-O3"], "cffi_libraries": ["m"], } )