[AVX-512] Remove 128-bit and 256-bit masked floating point add/sub/mul/div builtins...
authorCraig Topper <craig.topper@gmail.com>
Sun, 4 Sep 2016 18:30:17 +0000 (18:30 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 4 Sep 2016 18:30:17 +0000 (18:30 +0000)
commit2dfab63bb347b51f21ee4e5f87916b3362333580
treebfdc96c781078ebcb979979a07e52688027eb00b
parentcded03f163f78ad885965d1aff4f4bbf01d0bc68
[AVX-512] Remove 128-bit and 256-bit masked floating point add/sub/mul/div builtins and replace with native operations.

We can't do the 512-bit ones because they take a rounding mode argument that we can't represent.

llvm-svn: 280635
clang/include/clang/Basic/BuiltinsX86.def
clang/lib/Headers/avx512vlintrin.h
clang/test/CodeGen/avx512vl-builtins.c