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

Feature/more simd #176

Merged
merged 12 commits into from Jun 10, 2022
Merged

Feature/more simd #176

merged 12 commits into from Jun 10, 2022

Conversation

antoyo
Copy link
Contributor

@antoyo antoyo commented Jun 5, 2022

No description provided.

"llvm.x86.avx512.mask.sqrt.sd" => "__builtin_ia32_sqrtsd_mask_round",
"llvm.x86.avx512.mask.getexp.ss" => "__builtin_ia32_getexpss_mask_round",
"llvm.x86.avx512.mask.getexp.sd" => "__builtin_ia32_getexpsd_mask_round",
"llvm.x86.avx512.mask.getmant.ss" => "__builtin_ia32_getmantss_mask_round",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interestingly enough, this intrinsic is already automatically generated but under the __builtin_ia32_getexpss128_round_mask name.

@antoyo antoyo merged commit e48c92e into master Jun 10, 2022
@antoyo antoyo deleted the feature/more-simd branch June 10, 2022 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants