adjust the vector offsets to match stdc changes
[AROS.git] / arch / m68k-all / stdc / math / e_remainder-881.s
blobc9b3a0129cfe972b09e6cc99d3ce5860d5966142
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(remainder881, STDC, 177)
8 _FUNCTION(AROS_SLIB_ENTRY(remainder881, STDC, 177))
10 AROS_SLIB_ENTRY(remainder881, STDC, 177):
11 fmove.s %d0,%fp0
12 fmove.s %d1,%fp1
13 frem.x %fp1,%fp0
14 fmove.s %fp0,%d0
15 rts