Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BMI1 functions #1163

Open
Torinde opened this issue Mar 28, 2024 · 1 comment
Open

BMI1 functions #1163

Torinde opened this issue Mar 28, 2024 · 1 comment
Labels
instruction-set-support Implementing new SIMD ISA extensions portably

Comments

@Torinde
Copy link
Contributor

Torinde commented Mar 28, 2024

@mr-c mr-c added the instruction-set-support Implementing new SIMD ISA extensions portably label Mar 28, 2024
@aqrit
Copy link
Contributor

aqrit commented Apr 6, 2024

TZCNT is a nightmare to get the best code-gen on any given platform. The rest of TBM and BMI1 are simple boilerplate.

However, they don't really have anything to do with SIMD...
Does SIMDe want to provide coverage for all Intel Intrinsics?
There are many others _BitScanForward, _subborrow_u32, etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
instruction-set-support Implementing new SIMD ISA extensions portably
Projects
None yet
Development

No branches or pull requests

3 participants