[x86] _mm_frcz_ss and _mm_frcz_sd should take two parameters #48017
Labels
backend:X86
bugzilla
Issues migrated from bugzilla
clang:headers
Headers provided by Clang, e.g. for intrinsics
Extended Description
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:
llvm-project/clang/lib/Headers/xopintrin.h
Lines 731 to 741 in a14945c
GCC: https://github.com/gcc-mirror/gcc/blob/master/gcc/config/i386/xopintrin.h#L753-L767
The text was updated successfully, but these errors were encountered: