[X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.
authorCraig Topper <craig.topper@intel.com>
Sun, 8 Jul 2018 01:10:47 +0000 (01:10 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 8 Jul 2018 01:10:47 +0000 (01:10 +0000)
commit8a8d72794f86dd8c6a54ee41a040d91043201afd
tree4f48161e93485031beb97c3c9290c528c1c9c8aa
parentfdf3f1ff82501bd6d0dd99a72f406cbc195909db
[X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.

This allows us to handle masking in a very similar way to the default rounding version that uses llvm.fma

llvm-svn: 336507
clang/lib/CodeGen/CGBuiltin.cpp
clang/test/CodeGen/avx512f-builtins.c