summaryrefslogtreecommitdiff
path: root/include/sparse/automake.mk
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-05-28 15:34:14 +0300
committerIlya Maximets <i.maximets@samsung.com>2019-06-06 18:54:57 +0300
commit346c653823d097a4a19fcf5298ec905e8bb5cacd (patch)
tree35652ec6adde9fbf98a3bc0d659c1a5e9b586460 /include/sparse/automake.mk
parent0da667e3452c1733fb8f2f331aabd18026043a25 (diff)
downloadopenvswitch-346c653823d097a4a19fcf5298ec905e8bb5cacd.tar.gz
acinclude: Add vector defines to sparse.
By adding compiler default flags for vector instructions to cgcc we'll be able to check the same sources that we're building. Also, this will allow to avoid re-defining these flags and types specifically for "sparse" includes. "sparse" headers "bmi2intrin.h" and "emmintrin.h" dropped as not needed anymore. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'include/sparse/automake.mk')
-rw-r--r--include/sparse/automake.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sparse/automake.mk b/include/sparse/automake.mk
index 8d96d0346..274d52577 100644
--- a/include/sparse/automake.mk
+++ b/include/sparse/automake.mk
@@ -11,8 +11,6 @@ noinst_HEADERS += \
include/sparse/arpa/inet.h \
include/sparse/bits/floatn.h \
include/sparse/assert.h \
- include/sparse/bmi2intrin.h \
- include/sparse/emmintrin.h \
include/sparse/math.h \
include/sparse/netinet/in.h \
include/sparse/netinet/ip6.h \