24 #ifndef ARM_COMPUTE_WRAPPER_SIN_H 25 #define ARM_COMPUTE_WRAPPER_SIN_H 34 #define VSIN_IMPL(vtype, prefix, postfix) \ 35 inline vtype vsin(const vtype &a) \ 37 return prefix##_##postfix(a); \ 40 #define VSIN_IMPL_INT(vtype, prefix, postfix) \ 41 inline vtype vsin(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 Copyright (c) 2017-2021 Arm Limited.
#define VSIN_IMPL(vtype, prefix, postfix)
#define VSIN_IMPL_INT(vtype, prefix, postfix)