Skip to content

Commit

Permalink
Merge 3464c07 into f711e41
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 authored Nov 25, 2024
2 parents f711e41 + 3464c07 commit 2be998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/config/include/hpx/config/auto_vectorization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#define HPX_HAVE_VECTOR_REDUCTION

#elif (_OPENMP >= 201307) || (defined(__clang__) && HPX_CLANG_VERSION >= 30700)
#elif (_OPENMP >= 201307) && !defined(HPX_CLANG_VERSION)

#define HPX_PRAGMA_SIMD_EARLYEXIT
#define HPX_IVDEP
Expand Down

0 comments on commit 2be998f

Please sign in to comment.