ci: ppc64le: disable MMA for gcc-10

This patch disables MMA for CI because the building environment is
using Ubuntu 18.04 image with LD 2.30. This linker version together
with gcc-10 causes some 'unrecognized opcode' errors.
This commit is contained in:
Maxiwell S. Garcia 2021-09-09 12:17:49 -05:00
parent 6c10495a78
commit 36402e281d

View File

@ -107,6 +107,7 @@ build:ppc64le:linux:gcc-10:cxx11-on:
EIGEN_CI_CXX_COMPILER: "g++-10"
EIGEN_CI_CC_COMPILER: "gcc-10"
EIGEN_TEST_CXX11: "on"
EIGEN_CI_ADDITIONAL_ARGS: "-DCMAKE_CXX_FLAGS='-DEIGEN_ALTIVEC_DISABLE_MMA'"
tags:
- eigen-runner
- linux