diff options
Diffstat (limited to 'lib/builtins/arm/ledf2vfp.S')
-rw-r--r-- | lib/builtins/arm/ledf2vfp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/builtins/arm/ledf2vfp.S b/lib/builtins/arm/ledf2vfp.S index a9dab77c14695..4bbe4c86837c2 100644 --- a/lib/builtins/arm/ledf2vfp.S +++ b/lib/builtins/arm/ledf2vfp.S @@ -27,6 +27,7 @@ DEFINE_COMPILERRT_FUNCTION(__ledf2vfp) vcmp.f64 d6, d7 #endif vmrs apsr_nzcv, fpscr + ITE(ls) movls r0, #1 // set result register to 1 if equal movhi r0, #0 bx lr |