SIMDPP_HAS_INT8_SIMD

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

Indicates support of 8-bit integers in the SIMD unit. The library provides API for 8-bit integers even if this macro is defined to 0 and uses scalar implementation in that case.

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

  • SIMDPP_USE_SSE2
  • SIMDPP_USE_NEON
  • SIMDPP_USE_ALTIVEC
  • SIMDPP_USE_MSA