commit | 4e6967aba1aaa9dfc362ce59b3d9358a6a15603c | [log] [tgz] |
---|---|---|
author | Xi Ruoyao <xry111@xry111.site> | Wed Mar 12 21:02:38 2025 +0800 |
committer | Xi Ruoyao <xry111@xry111.site> | Thu Mar 13 11:38:39 2025 +0800 |
tree | 2667ae3352bf5db009fd0fdee99fd51a718e1738 | |
parent | 8015a72ae496401e05942f4d33c94aa45174f841 [diff] |
LoongArch: Don't use C++17 feature [PR119238] Structured binding is a C++17 feature but the GCC code base is in C++14. gcc/ChangeLog: PR target/119238 * config/loongarch/simd.md (<su>dot_prod<wvec_half><mode>): Stop using structured binding.