[all-commits] [llvm/llvm-project] ab6be8: [Headers][X86] Allow AVX512F mullox intrinsics to ...
Bhasawut Singhaphan via All-commits
all-commits at lists.llvm.org
Wed Sep 3 14:37:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab6be80f02cb76667e733c8f65ecf64ec8326c94
https://github.com/llvm/llvm-project/commit/ab6be80f02cb76667e733c8f65ecf64ec8326c94
Author: Bhasawut Singhaphan <bhasawut at gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M clang/lib/Headers/avx512fintrin.h
M clang/test/CodeGen/X86/avx512f-builtins.c
Log Message:
-----------
[Headers][X86] Allow AVX512F mullox intrinsics to be used in constexpr (#156722)
This PR adds constexpr support for the following AVX512F mullox
intrinsics:
- _mm512_mullox_epi64
- _mm512_mask_mullox_epi64
Closes #156632
Fixes #155411
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list