Closed ngzhian closed 2 years ago
The semicolon in the macro definition of vld1q_lane_u64 is preventing it from being used inside other macros, e.g.
will fail to compile
Friendly ping.
The semicolon in the macro definition of vld1q_lane_u64 is preventing it from being used inside other macros, e.g.
define user(src, reg, lane) function(vld1q_lane_u64(src, reg, lane))
will fail to compile