Test
All checks were successful
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Successful in 1m29s
All checks were successful
Raspberry Pi 4 Build / Explore-Gitea-Actions (push) Successful in 1m29s
This commit is contained in:
parent
76e4b091e7
commit
a548022cd5
@ -1,51 +1,51 @@
|
||||
.global _ZN3lwe4Math9Sqrt_VFP4Ef
|
||||
.global _ZN3lwe4Math9Sqrt_VFP4Ed
|
||||
.global _ZN3lwe4Math4NearEf
|
||||
.global _ZN3lwe4Math4NearEd
|
||||
.global _ZN3lwe4Math5FloorEf
|
||||
.global _ZN3lwe4Math5FloorEd
|
||||
.global _ZN3lwe4Math4CeilEf
|
||||
.global _ZN3lwe4Math4CeilEd
|
||||
.global _ZN3lwe4Math5TruncEf
|
||||
.global _ZN3lwe4Math5TruncEd
|
||||
.global _ZN3ehs4Math9Sqrt_VFP4Ef
|
||||
.global _ZN3ehs4Math9Sqrt_VFP4Ed
|
||||
.global _ZN3ehs4Math4NearEf
|
||||
.global _ZN3ehs4Math4NearEd
|
||||
.global _ZN3ehs4Math5FloorEf
|
||||
.global _ZN3ehs4Math5FloorEd
|
||||
.global _ZN3ehs4Math4CeilEf
|
||||
.global _ZN3ehs4Math4CeilEd
|
||||
.global _ZN3ehs4Math5TruncEf
|
||||
.global _ZN3ehs4Math5TruncEd
|
||||
|
||||
.section .text
|
||||
_ZN3lwe4Math9Sqrt_VFP4Ef:
|
||||
_ZN3ehs4Math9Sqrt_VFP4Ef:
|
||||
FSQRT S0, S0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math9Sqrt_VFP4Ed:
|
||||
_ZN3ehs4Math9Sqrt_VFP4Ed:
|
||||
FSQRT D0, D0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math4NearEf:
|
||||
_ZN3ehs4Math4NearEf:
|
||||
FRINTN S0, S0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math4NearEd:
|
||||
_ZN3ehs4Math4NearEd:
|
||||
FRINTN D0, D0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math5FloorEf:
|
||||
_ZN3ehs4Math5FloorEf:
|
||||
FRINTM S0, S0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math5FloorEd:
|
||||
_ZN3ehs4Math5FloorEd:
|
||||
FRINTM D0, D0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math4CeilEf:
|
||||
_ZN3ehs4Math4CeilEf:
|
||||
FRINTP S0, S0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math4CeilEd:
|
||||
_ZN3ehs4Math4CeilEd:
|
||||
FRINTP D0, D0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math5TruncEf:
|
||||
_ZN3ehs4Math5TruncEf:
|
||||
FRINTZ S0, S0
|
||||
RET
|
||||
|
||||
_ZN3lwe4Math5TruncEd:
|
||||
_ZN3ehs4Math5TruncEd:
|
||||
FRINTZ D0, D0
|
||||
RET
|
||||
|
Loading…
Reference in New Issue
Block a user