diff options
Diffstat (limited to 'src/math/aarch64/fabsf.s')
-rw-r--r-- | src/math/aarch64/fabsf.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/math/aarch64/fabsf.s b/src/math/aarch64/fabsf.s new file mode 100644 index 00000000..6e96dd43 --- /dev/null +++ b/src/math/aarch64/fabsf.s @@ -0,0 +1,6 @@ +.text +.global fabsf +.type fabsf,%function +fabsf: + fabs s0, s0 + ret |