24 #ifndef ARM_COMPUTE_WRAPPER_CEQ_H 25 #define ARM_COMPUTE_WRAPPER_CEQ_H 33 #define VCEQ_IMPL(votype, vtype, prefix, postfix) \ 34 inline votype vceq(const vtype &a, const vtype &b) \ 36 return prefix##_##postfix(a, b); \ 46 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 47 VCEQ_IMPL(uint16x4_t, float16x4_t, vceq, f16)
48 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 57 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 58 VCEQ_IMPL(uint16x8_t, float16x8_t, vceqq, f16)
59 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC Copyright (c) 2017-2023 Arm Limited.
#define VCEQ_IMPL(votype, vtype, prefix, postfix)
uint8x8_t vceq(const uint8x8_t &a, const uint8x8_t &b)