Skip to content

Commit c1d4be2

Browse files
committed
restored spurious change
1 parent acafe62 commit c1d4be2

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

include/xsimd/arch/xsimd_avx512bw.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ namespace xsimd
223223
}
224224
}
225225
}
226+
226227
// decr_if
227228
template <class A, class T, class = typename std::enable_if<std::is_integral<T>::value, void>::type>
228229
XSIMD_INLINE batch<T, A> decr_if(batch<T, A> const& self, batch_bool<T, A> const& mask, requires_arch<avx512bw>) noexcept

include/xsimd/config/xsimd_config.hpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -244,17 +244,6 @@
244244
#define XSIMD_WITH_AVX512DQ 0
245245
#endif
246246

247-
/**
248-
* @ingroup xsimd_config_macro
249-
*
250-
* Set to 1 if AVX512VL is available at compile-time, to 0 otherwise.
251-
*/
252-
#ifdef __AVX512VL__
253-
#define XSIMD_WITH_AVX512VL XSIMD_WITH_AVX512F
254-
#else
255-
#define XSIMD_WITH_AVX512VL 0
256-
#endif
257-
258247
/**
259248
* @ingroup xsimd_config_macro
260249
*

0 commit comments

Comments
 (0)