Add softfp support in min/max kernels

fix for #1912
This commit is contained in:
Martin Kroeker 2019-05-28 20:34:22 +02:00 committed by GitHub
parent ff1bfe7b16
commit 79366ff7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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