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