adjust the vector offsets to match stdc changes
[AROS.git] / arch / m68k-all / stdc / math / e_sqrt-881.s
blob989f605eeab1cfa269318deea382e6c03470262c
1 # Copyright © 2018, The AROS Development Team. All rights reserved.
2 # $Id$
3 #include "aros/m68k/asm.h"
5 .text
6 .balign 4
7 .globl AROS_SLIB_ENTRY(sqrt881, STDC, 161)
8 _FUNCTION(AROS_SLIB_ENTRY(sqrt881, STDC, 161))
10 AROS_SLIB_ENTRY(sqrt881, STDC, 161):
11 fmove.s %d0,%fp0
12 fsqrt.x %fp0
13 fmove.s %fp0,%d0
14 rts