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