Ensure correct output for DAMAX with softfp

This commit is contained in:
Martin Kroeker 2019-05-30 11:25:43 +02:00 committed by GitHub
parent c70496b108
commit c5495d2056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -432,8 +432,12 @@ amax_kernel_S10:
amax_kernel_L999:
#if !defined(__ARM_PCS_VFP)
#if !defined(__ARM_PCS_VFP)
#if defined(DOUBLE)
vmov r0, r1, d0
#else
vmov r0, s0
#endif
#endif
bx lr