]> granicus.if.org Git - clang/commit
[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)
commit4ad65cd262150f7e5930824cc68afb528cff515f
tree07a3589f2d78a14c5557c8e4c803a7da6d12d144
parent2ffe81c7bfe4f3c2a42f06b5c2e7aa4e9ff98ff6
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336470 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/avx512fintrin.h
test/CodeGen/avx512f-builtins.c