]> git.proxmox.com Git - mirror_ovs.git/commit - acinclude.m4
acinclude: Add vector defines to sparse.
authorIlya Maximets <i.maximets@samsung.com>
Tue, 28 May 2019 12:34:14 +0000 (15:34 +0300)
committerIlya Maximets <i.maximets@samsung.com>
Thu, 6 Jun 2019 15:54:57 +0000 (18:54 +0300)
commit346c653823d097a4a19fcf5298ec905e8bb5cacd
tree35652ec6adde9fbf98a3bc0d659c1a5e9b586460
parent0da667e3452c1733fb8f2f331aabd18026043a25
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>
acinclude.m4
include/sparse/automake.mk
include/sparse/bmi2intrin.h [deleted file]
include/sparse/emmintrin.h [deleted file]