Skip to content

Commit

Permalink
[tests] remove _PSTL_CLANG_TEST_BIG_OBJ_DEBUG_32_BROKEN as unused any…
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKopienko authored Apr 29, 2024
1 parent a3795a6 commit 38bedd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/support/test_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
(!_DEBUG && __INTEL_COMPILER >= 1800 && __INTEL_COMPILER < 1900 && _MSC_VER == 1910)
// ICC 18 doesn't vectorize the loop
#define _PSTL_ICC_18_TEST_EARLY_EXIT_MONOTONIC_RELEASE_BROKEN (!_DEBUG && __INTEL_COMPILER && __INTEL_COMPILER == 1800)
// clang 900.0.38 produces fatal error: error in backend: Section too large
#define _PSTL_CLANG_TEST_BIG_OBJ_DEBUG_32_BROKEN \
(__i386__ && PSTL_USE_DEBUG && __clang__ && _PSTL_CLANG_VERSION <= 90000)
// ICC 18 generates wrong result with omp simd early_exit
#define _PSTL_ICC_18_TEST_EARLY_EXIT_AVX_RELEASE_BROKEN \
(!_DEBUG && __INTEL_COMPILER == 1800 && __AVX__ && !__AVX2__ && !__AVX512__)
Expand Down

0 comments on commit 38bedd6

Please sign in to comment.