public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/104977] New: [avx512fp16] wrong code for vfmaddcsh when -masm=intel.
@ 2022-03-18 12:14 crazylht at gmail dot com
  2022-03-18 12:37 ` [Bug target/104977] " crazylht at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: crazylht at gmail dot com @ 2022-03-18 12:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104977

            Bug ID: 104977
           Summary: [avx512fp16] wrong code for vfmaddcsh when
                    -masm=intel.
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: crazylht at gmail dot com
  Target Milestone: ---

#include<immintrin.h>

__m128h
foo (__m128h a, __m128h b, __m128h c, __mmask8 m)
{ 
    return _mm_fcmadd_round_sch (a, b, c, 8);
}

with asm=intel generates


_Z3fooDv8_DF16_S_S_h:
        vfcmaddcsh      xmm2, xmm0, xmm1<round_scalarcz_maskcz_mask_op4>
        vmovdqa xmm0, xmm2
        ret

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-21  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 12:14 [Bug target/104977] New: [avx512fp16] wrong code for vfmaddcsh when -masm=intel crazylht at gmail dot com
2022-03-18 12:37 ` [Bug target/104977] " crazylht at gmail dot com
2022-03-21  1:24 ` cvs-commit at gcc dot gnu.org
2022-03-21  1:25 ` wwwhhhyyy333 at gmail dot com
2022-03-21  7:39 ` crazylht at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).