Skip to content

Commit

Permalink
Merge pull request #2142 from martin-frbg/issue1912-2
Browse files Browse the repository at this point in the history
Add softfp support in min/max kernels
  • Loading branch information
martin-frbg committed May 28, 2019
2 parents 11e0dcb + 79366ff commit 85af04d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kernel/arm/iamax_vfp.S
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,11 @@ iamax_kernel_S10:


iamax_kernel_L999:

#if !defined(__ARM_PCS_VFP)
vmov r0, s0
#else
mov r0, INDEX // set return value

#endif
pop {r4}
bx lr

Expand Down

0 comments on commit 85af04d

Please sign in to comment.