From c0bbce092b97f73d31b42d2ec669f2086a066ba3 Mon Sep 17 00:00:00 2001 From: Dariusz Orzechowski Date: Mon, 20 Jul 2020 09:59:40 +0200 Subject: [PATCH] Restore ARCH=x86-64-modern in the makefile --- src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Makefile b/src/Makefile index 19bee102..35e56326 100644 --- a/src/Makefile +++ b/src/Makefile @@ -127,6 +127,13 @@ ifeq ($(ARCH),x86-64-ssse3) ssse3 = yes endif +ifeq ($(ARCH),x86-64-modern) + arch = x86_64 + prefetch = yes + popcnt = yes + sse = yes +endif + ifeq ($(ARCH),x86-64-sse41) arch = x86_64 prefetch = yes