]> granicus.if.org Git - clang/commit
Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 3 Aug 2010 01:57:18 +0000 (01:57 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 3 Aug 2010 01:57:18 +0000 (01:57 +0000)
commit5ce946291c2c23ed71b112b2ba13acf11807e319
treeb8cb7d375dfa2386fac3eefb91751d10f9ceb706
parentbc42c533e7d3d946704a49e242939dd232f33072
Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but
as soon as we properly codegen the simple vector operations, remove the
unnecessary built-ins/intrinsics from clang and llvm. Also add tests for the new
built-ins

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110096 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
test/CodeGen/builtins-x86.c