simde icon indicating copy to clipboard operation
simde copied to clipboard

neon/mla_lane: initial implementation using mla+dup

Open ngzhian opened this issue 2 years ago • 2 comments

ngzhian avatar Oct 13 '21 18:10 ngzhian

I fixed the issue with native-aliases, but this is failing on AppVeyor (MSVC). I'll take a look over the weekend.

nemequ avatar Oct 15 '21 17:10 nemequ

"warning C4003: not enough arguments for function-like macro invocation 'simde_vmlaq_lane_u32'" seems like we need more parentheses...

ngzhian avatar Oct 15 '21 17:10 ngzhian

Thank you @ngzhian !

MSVC doesn't like it when we combine CONSTIFY and macro defined functions, so I added a workaround and queued this up for merge in caef441a4af1974ae4970e7b14018bd5776f0295

mr-c avatar May 05 '23 10:05 mr-c