[llvm-bugs] [Bug 48673] New: [x86] _mm_frcz_ss and _mm_frcz_sd should take two parameters
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jan 5 15:32:39 PST 2021
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: unassignedbugs at nondot.org
Reporter: clang at evan.coeusgroup.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210105/66037ed3/attachment.html>
More information about the llvm-bugs
mailing list