diff options
Diffstat (limited to 'src/math/armhf/fabs.s')
-rw-r--r-- | src/math/armhf/fabs.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/math/armhf/fabs.s b/src/math/armhf/fabs.s new file mode 100644 index 00000000..2bdebff5 --- /dev/null +++ b/src/math/armhf/fabs.s @@ -0,0 +1,6 @@ +.text +.global fabs +.type fabs,%function +fabs: + vabs.f64 d0, d0 + bx lr |