diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2017-05-24 15:53:24 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2017-05-24 15:53:24 +0000 |
commit | 3e7872b74ef1fcfeaf5ac743afd9b6c66e36fb7d (patch) | |
tree | 40eac4745eceb6e946b6d47d2975490ee0687684 /lib/builtins/arm/nesf2vfp.S | |
parent | b3d9ce6c036f6d2006efbd3282fd5806dc5dd15d (diff) | |
download | compiler-rt-3e7872b74ef1fcfeaf5ac743afd9b6c66e36fb7d.tar.gz |
Allow armv{7,7s,7k,7m,7em} builds
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@303765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins/arm/nesf2vfp.S')
-rw-r--r-- | lib/builtins/arm/nesf2vfp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/builtins/arm/nesf2vfp.S b/lib/builtins/arm/nesf2vfp.S index 97c764f63..50d60f493 100644 --- a/lib/builtins/arm/nesf2vfp.S +++ b/lib/builtins/arm/nesf2vfp.S @@ -27,6 +27,7 @@ DEFINE_COMPILERRT_FUNCTION(__nesf2vfp) vcmp.f32 s14, s15 #endif vmrs apsr_nzcv, fpscr + ITE(ne) movne r0, #1 // set result register to 1 if unequal moveq r0, #0 bx lr |