-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed as not planned
microsoft/STL
#4695Closed as not planned
Copy link
Labels
backend:AArch64bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++clang:headersHeaders provided by Clang, e.g. for intrinsicsHeaders provided by Clang, e.g. for intrinsicsobsoleteIssues with old (unsupported) versions of LLVMIssues with old (unsupported) versions of LLVM
Description
Bugzilla Link | 51488 |
Version | 12.0 |
OS | Windows NT |
Reporter | LLVM Bugzilla Contributor |
CC | @DougGregor,@zygoloid |
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))
__n64 neon_cnt(__n64);
__n128 neon_cntq(__n128);
__n8 neon_addv8(__n64);
__n8 neon_addvq8(__n128);
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.
Metadata
Metadata
Assignees
Labels
backend:AArch64bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++clang:headersHeaders provided by Clang, e.g. for intrinsicsHeaders provided by Clang, e.g. for intrinsicsobsoleteIssues with old (unsupported) versions of LLVMIssues with old (unsupported) versions of LLVM