SIMDPP_HAS_UINT64_TO_FLOAT32_CONVERSION

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

Indicates support of efficient conversion of uint64 to float32 (see to_float32()). 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