https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
--- Comment #6 from Haochen Jiang ---
Fixed on trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
Hongtao Liu changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
--- Comment #5 from GCC Commits ---
The master branch has been updated by Haochen Jiang :
https://gcc.gnu.org/g:12086865232382f93081d5564ff44b14bd71341c
commit r15-4765-g12086865232382f93081d5564ff44b14bd71341c
Author: Haochen Jiang
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
--- Comment #4 from Haochen Jiang ---
Proposed patch:
https://gcc.gnu.org/pipermail/gcc-patches/2024-October/95.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
--- Comment #3 from Hongtao Liu ---
yes, new instructions are still under review for binutils and not landed on
Binutil trunk, but GCC check_effective_target_avx10_2 target with "old"
_mm256_mask_vpdpbssd_epi32.
The problem should be gone when
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
--- Comment #2 from H.J. Lu ---
Since new AVX10.2 instructions are generated,
check_effective_target_avx10_2_512
doesn't cover them.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117301
H.J. Lu changed:
What|Removed |Added
Last reconfirmed||2024-10-26
CC|