https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103571
Uroš Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #51941|0 |1
is obsolete| |
--- Comment #11 from Uroš Bizjak <ubizjak at gmail dot com> ---
Created attachment 51948
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51948&action=edit
Proposed patch to enable vector HF modes for TARGET_SSE2+
Attached patch enables vector HF modes for TARGET_SSE2+. In addition to
enabling vector modes for SSE2, AVX and AVX512F targets, it enables
corresponding move insns in sse.md, redefines some mode iterators and moves a
couple of patterns from TARGET_AVX512FP16 to lower ABIs.
The patch also fixes ix86_expand_vector_init_duplicate,
ix86_expand_vector_extract and expand_vec_perm_broadcast_1, as mentioned in
Comment #8.