SIMDPP_HAS_FLOAT64_TO_UINT64_CONVERSION

From libsimdpp-docs
< cap
#define SIMDPP_HAS_FLOAT64_TO_UINT64_CONVERSION /* 1 if present, 0 otherwise */

Indicates support of efficient conversion of float64 to uint64 (see to_uint64()). The macro evaluates to 1 if this operation is supported in the SIMD unit, 0 otherwise.

Currently, the macro is defined to 1 on the following instruction sets:

  • SIMDPP_USE_NULL
  • SIMDPP_USE_AVX512DQ
  • SIMDPP_USE_NEON && SIMDPP_64_BITS
  • SIMDPP_USE_VSX_207
  • SIMDPP_USE_MSA