24 #ifndef ARM_COMPUTE_WRAPPER_LOAD_H 25 #define ARM_COMPUTE_WRAPPER_LOAD_H 33 #define VLOAD_IMPL(stype, vtype, postfix) \ 34 inline vtype vload(const stype *ptr) \ 36 return vld1_##postfix(ptr); \ 48 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 50 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 52 #define VLOADQ_IMPL(stype, vtype, postfix) \ 53 inline vtype vloadq(const stype *ptr) \ 55 return vld1q_##postfix(ptr); \ 67 #ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC 69 #endif // __ARM_FEATURE_FP16_VECTOR_ARITHMETIC Copyright (c) 2017-2023 Arm Limited.
#define VLOADQ_IMPL(stype, vtype, postfix)
#define VLOAD_IMPL(stype, vtype, postfix)