[Tests] Fail in MTRUNC (AVX2, ICC 15)

Issue #3 resolved
edanor repo owner created an issue

When compiling unit tests for AVX2 using Intel compiler:

$ icpc UMESIMDUnitTest.cpp UMEUnitTestDataSets.cpp -std=c++11 -O2 -fp-model precise -xCORE-AVX2

Following fail is generated: FAIL UME::SIMD::SIMD8_32f test Id: 147 - MTRUNC

Comments (1)

  1. edanor reporter

    Test data was invalid. Generating new data with 32b float precision and exact literal representation seems to be solving this issue.

  2. Log in to comment