Add neon_cnt and neon_addv8 for 64-bit ARM for parity with MSVC #50830
Labels
backend:AArch64
bugzilla
Issues migrated from bugzilla
c++
clang:headers
Headers provided by Clang, e.g. for intrinsics
obsolete
Issues with old (unsupported) versions of LLVM
Extended Description
Hello.
I started to work on popcount optimization on ARM64: microsoft/STL#2127
and I found linking errors with clang-cl.
Could you provide neon_cnt and neon_addv8? (Also neon_cntq, neon_addvq8 for future optimizing bitset: microsoft/STL#2129 (comment))
Or do you already provide similar intrinsics with different names?
I am slightly worried that they are not _Ugly.
So maybe I should ask Microsoft as well, maybe they should rename it if you already have it with suitable names...
I used Windows 10 x86-64, Visual Studio 2022 Preview 3, Clang 12 from Visual Studio.
The text was updated successfully, but these errors were encountered: