From 45f4c9bbdfe1c673be9a259828e5703f9ce4f562 Mon Sep 17 00:00:00 2001 From: Serge Aleynikov Date: Wed, 17 Apr 2024 21:55:23 -0400 Subject: [PATCH] Remove AVX optimization --- c_src/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/c_src/Makefile b/c_src/Makefile index 76121c4..1eb0292 100644 --- a/c_src/Makefile +++ b/c_src/Makefile @@ -70,11 +70,11 @@ HAVE_FORMAT ?= $(C20_FEATURES) HAVE_SRCLOC ?= $(C20_FEATURES) ifeq ($(UNAME_SYS),linux) - ifeq ($(shell gcc -march=native -dM -E -