24 #ifndef ARM_COMPUTE_WRAPPER_EOR_H 25 #define ARM_COMPUTE_WRAPPER_EOR_H 33 #define VEOR_IMPL(vtype, prefix, postfix) \ 34 inline vtype veor(const vtype &a, const vtype &b) \ 36 return prefix##_##postfix(a, b); \ Copyright (c) 2017-2022 Arm Limited.
#define VEOR_IMPL(vtype, prefix, postfix)
uint8x8_t veor(const uint8x8_t &a, const uint8x8_t &b)