24 #ifndef ARM_COMPUTE_WRAPPER_ROUND_H 25 #define ARM_COMPUTE_WRAPPER_ROUND_H 34 #define VROUNDQ_IMPL(vtype, postfix) \ 35 inline vtype vround(const vtype &a) \ 37 return vroundq_rte_##postfix(a); \ 40 #define VROUNDQ_IMPL_INT(vtype, postfix) \ 41 inline vtype vround(const vtype &a) \ 43 ARM_COMPUTE_UNUSED(a); \ 44 ARM_COMPUTE_ERROR("Not supported"); \ 48 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 50 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC #define VROUNDQ_IMPL_INT(vtype, postfix)
Copyright (c) 2017-2021 Arm Limited.
#define VROUNDQ_IMPL(vtype, postfix)