24 #ifndef ARM_COMPUTE_WRAPPER_NOT_H 25 #define ARM_COMPUTE_WRAPPER_NOT_H 33 #define VNOT_IMPL(stype, vtype, prefix, postfix) \ 34 inline vtype vnot(const vtype &a) \ 36 return prefix##_##postfix(a); \ 46 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 47 VNOT_IMPL(float16x4_t, float16x4_t, vinv, f16)
48 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 57 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 58 VNOT_IMPL(float16x8_t, float16x8_t, vinvq, f16)
59 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC #define VNOT_IMPL(stype, vtype, prefix, postfix)
float32x2_t vinv(const float32x2_t &a)
Copyright (c) 2017-2022 Arm Limited.