]> granicus.if.org Git - clang/commit
[AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-
authorChad Rosier <mcrosier@codeaurora.org>
Wed, 11 Dec 2013 21:03:52 +0000 (21:03 +0000)
committerChad Rosier <mcrosier@codeaurora.org>
Wed, 11 Dec 2013 21:03:52 +0000 (21:03 +0000)
commit3c91cb20fa556db3a22f80c4909efb3d90f5c456
tree90c1d365402fa0a5a3145372fd88a0b3bef97c6f
parent3087515b9bd5270554eb591387612e4564076dc3
[AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-
point reciprocal exponent, and floating-point reciprocal square root estimate
LLVM AArch64 intrinsics to use f32/f64 types, rather than their vector
equivalents.

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