mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
ea39f209ca
Co-authored-by: Max Howell <mxcl@me.com>
13 lines
423 B
Diff
13 lines
423 B
Diff
diff --git a/Makefile b/Makefile
|
|
index c452b88..6bf34b3 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -64,7 +64,6 @@ endif
|
|
# feel free to update the Makefile for your architecture and send a pull request or issue
|
|
ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686))
|
|
ifeq ($(UNAME_S),Darwin)
|
|
- CFLAGS += -mf16c
|
|
AVX1_M := $(shell sysctl machdep.cpu.features)
|
|
ifneq (,$(findstring FMA,$(AVX1_M)))
|
|
CFLAGS += -mfma
|