24 #ifndef ARM_COMPUTE_WRAPPER_MOVL_H 25 #define ARM_COMPUTE_WRAPPER_MOVL_H 33 #define VMOVL_IMPL(ptype, vtype, prefix, postfix) \ 34 inline ptype vmovl(const vtype &a) \ 36 return prefix##_##postfix(a); \ Copyright (c) 2017-2023 Arm Limited.
#define VMOVL_IMPL(ptype, vtype, prefix, postfix)
uint16x8_t vmovl(const uint8x8_t &a)