]> granicus.if.org Git - clang/commit
[AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point
authorChad Rosier <mcrosier@codeaurora.org>
Tue, 10 Dec 2013 21:34:21 +0000 (21:34 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Tue, 10 Dec 2013 21:34:21 +0000 (21:34 +0000)
commitc04449d09381b5bdc330eeeb03fbd586ed6e4c1f
treed0a6a443eb5ad842ec0b150d6c9143dfdc60be94
parentf33217a0633428266ecae1c4da8f278ee7d75be8
[AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-point
LLVM AArch64 intrinsics to use f32/f64, rather than their vector equivalents.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196968 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBuiltin.cpp