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"], } )