https://bugs.llvm.org/show_bug.cgi?id=48673

            Bug ID: 48673
           Summary: [x86] _mm_frcz_ss and _mm_frcz_sd should take two
                    parameters
           Product: new-bugs
           Version: 11.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

The _mm_frcz_ss and _mm_frcz_sd functions in clang take only a single
parameter, whereas in GCC and MSVC they take two.

Clang:
https://github.com/llvm/llvm-project/blob/a14945c1db614261a6f8d5d199e246d78f51e977/clang/lib/Headers/xopintrin.h#L731-L741
GCC:
https://github.com/gcc-mirror/gcc/blob/master/gcc/config/i386/xopintrin.h#L753-L767

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to