From 2a9f7e44ce1b73d3d56ef83f83e94f074ecac3f9 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 06 Apr 2018 17:34:38 +0000 Subject: [PATCH] Added automatic AVX support - speedup +20% on CPU x86_64 Intel Skylake --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 2c5fdb6..986759f 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ OPTS=-Ofast LDFLAGS= -lm -pthread COMMON= -CFLAGS=-Wall -Wfatal-errors +CFLAGS=-Wall -Wfatal-errors -ffp-contract=fast -mavx ifeq ($(DEBUG), 1) OPTS=-O0 -g -- Gitblit v1.10.0