SIMDPP_HAS_FLOAT32_TO_INT64_CONVERSION

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

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