[X86] Add missing scalar fma intrinsics with rounding, but no mask.
authorCraig Topper <craig.topper@intel.com>
Fri, 6 Jul 2018 22:08:43 +0000 (22:08 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 6 Jul 2018 22:08:43 +0000 (22:08 +0000)
commit10f20fc42b9fc3f45053af2d4a566ec84e773596
tree03c7bcfa48eed7e03ce8094e4af0697a5a7aa6f5
parent9fc944ae3642399d1cacf34db3ba1e9ba4dada02
[X86] Add missing scalar fma intrinsics with rounding, but no mask.

We had the mask versions of the rounding intrinsics, but not one without masking.

Also change the rounding tests to not use the CUR_DIRECTION rounding mode.

llvm-svn: 336470
clang/lib/Headers/avx512fintrin.h
clang/test/CodeGen/avx512f-builtins.c