e58b960ecabbec063b8008e787f1dbfa17325045
[reactos.git] / lib / sdk / crt / math / amd64 / fabs.S
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * PURPOSE: Implementation of fabs
5 * FILE: lib/sdk/crt/math/amd64/fabs.S
6 * PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 #include <reactos/asm.h>
12 #include <ndk/amd64/asm.h>
13
14 /* FUNCTIONS ****************************************************************/
15
16 .code64
17
18 PUBLIC fabs
19 fabs:
20 UNIMPLEMENTED fabs
21 ret
22