https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106704
Hongtao.liu <crazylht at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crazylht at gmail dot com --- Comment #6 from Hongtao.liu <crazylht at gmail dot com> --- (In reply to Jakub Jelinek from comment #4) > So perhaps the r12-1834-g28560c6d4043d8f6ac570f3 change for TARGET_AVX && > !TARGET_AVX2 should be done only if we can fold the VEC_COND_EXPR into a > constant or something it can handle and otherwise keep the builtin as is? I've just keep the builtin when there's no avx2, i'm testing the patch.