From bd8a5c3eb1b54b728301672335c14d22f424d827 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 15 Aug 2018 23:26:40 +0000
Subject: [PATCH] Different checks for AVX and FMA

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ba61086..ec74a81 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@
 OPTS= -O0 -g
 else
 ifeq ($(AVX), 1) 
-CFLAGS+= -ffp-contract=fast -mavx -msse4.1 -msse4a
+CFLAGS+= -ffp-contract=fast -mavx -mavx2 -msse3 -msse4.1 -msse4.2 -msse4a
 endif
 endif
 

--
Gitblit v1.10.0