]> granicus.if.org Git - clang/commit
[AVX512] Add sub-vector FP extracts
authorAdam Nemet <anemet@apple.com>
Mon, 19 Jan 2015 20:12:05 +0000 (20:12 +0000)
committerAdam Nemet <anemet@apple.com>
Mon, 19 Jan 2015 20:12:05 +0000 (20:12 +0000)
commita2968a2d25be71bd02ec7fa1f0c1838616d979e7
treebc2ca6f6ab985337c62beb443ac6322382b33d5b
parenta99f49a59e46a202e93de620c5f0c8164a1f834e
[AVX512] Add sub-vector FP extracts

Analogous to AVX2, these need to be implemented as macros to properly
propagate the immediate index operand.

Part of <rdar://problem/17688758>

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