intel / ARM_NEON_2_x86_SSE

The platform independent header allowing to compile any C/C++ code containing ARM NEON intrinsic functions for x86 target systems using SIMD up to AVX2 intrinsic functions
Other
430 stars 149 forks source link

Remove trailing semicolon vld1q_lane_u64 macro #60

Closed ngzhian closed 2 years ago

ngzhian commented 2 years ago

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

ngzhian commented 2 years ago

Friendly ping.