24 #ifndef ARM_COMPUTE_WRAPPER_MIN_H 25 #define ARM_COMPUTE_WRAPPER_MIN_H 33 #define VMIN_IMPL(stype, vtype, prefix, postfix) \ 34 inline vtype vmin(const vtype &a, const vtype &b) \ 36 return prefix##_##postfix(a, b); \ 46 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 47 VMIN_IMPL(float16_t, float16x4_t, vmin, f16)
48 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 57 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 58 VMIN_IMPL(float16_t, float16x8_t, vminq, f16)
59 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC Copyright (c) 2017-2023 Arm Limited.
uint8x8_t vmin(const uint8x8_t &a, const uint8x8_t &b)
#define VMIN_IMPL(stype, vtype, prefix, postfix)