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

            Bug ID: 116725
           Summary: operand size mismatch for vfpclasssd and vfpclassss
                    when using -masm=intel for AVX512 builtins
           Product: gcc
           Version: 14.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bouanto at zoho dot com
  Target Milestone: ---

Created attachment 59115
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59115&action=edit
Reproducer for the bug

Hi.
In the attached reproducer, I get the errors:

/tmp/ccCJL2Tb.s: Assembler messages:
/tmp/ccCJL2Tb.s:23: Error: operand size mismatch for `vfpclasssd'
/tmp/ccCJL2Tb.s:36: Error: operand size mismatch for `vfpclassss'

when compiled with:

gcc main.c -o main -masm=intel -mavx512dq

Reply via email to