diff options
Diffstat (limited to 'src/math/armhf/sqrt.s')
-rw-r--r-- | src/math/armhf/sqrt.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/armhf/sqrt.s b/src/math/armhf/sqrt.s index 99fe64b9..90f74a92 100644 --- a/src/math/armhf/sqrt.s +++ b/src/math/armhf/sqrt.s @@ -1,3 +1,4 @@ +.fpu vfp .text .global sqrt .type sqrt,%function |