SIMDPP_HAS_INT64_TO_FLOAT64_CONVERSION

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

Indicates support of efficient conversion of int64 to float64 (see to_float64()). 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