diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2020-08-28 18:41:28 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2020-08-28 18:41:28 +0000 |
| commit | 93ddd0259dd285fbac5cc5086a039a22f1b046a1 (patch) | |
| tree | 248859aabe87f6fcc4ca762453975d10ea659781 /module/zstd | |
| parent | 3b0ce0e28db46d0403929aba45c682285e1ac217 (diff) | |
Notes
Diffstat (limited to 'module/zstd')
| -rw-r--r-- | module/zstd/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/zstd/Makefile.in b/module/zstd/Makefile.in index eea749ea8a5a..f67db710f097 100644 --- a/module/zstd/Makefile.in +++ b/module/zstd/Makefile.in @@ -20,6 +20,9 @@ ccflags-y += -O3 # Set it for other compilers, too. $(obj)/lib/zstd.o: c_flags += -fno-tree-vectorize +# SSE register return with SSE disabled if -march=znverX is passed +$(obj)/lib/zstd.o: c_flags += -U__BMI__ + # Quiet warnings about frame size due to unused code in unmodified zstd lib $(obj)/lib/zstd.o: c_flags += -Wframe-larger-than=20480 |
