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