+7
−0
Loading
valgrind doesn't support AVX-512, and latest compilers will use newfangled instructions to do simple integer-to-fp conversions which then break valgrind. The only place where we would really use or need AVX-512 is in ISA-L, so disabling those instructions in SPDK is fine. Signed-off-by:Jim Harris <james.r.harris@intel.com> Change-Id: I48f3dd4f1b5813485a92c81d01e513c950ada205 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13554 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Artur Paszkiewicz <artur.paszkiewicz@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>