831ef50981b54f0f2b2d5ecd4dc0aa3c9816d97f
[reactos.git] / reactos / lib / sdk / crt / math / amd64 / alldiv.S
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * PURPOSE: Implementation of alldiv
5 * FILE: lib/sdk/crt/math/amd64/alldiv.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 /* DATA *********************************************************************/
15
16 PUBLIC _fltused
17 _fltused:
18 .long 0x9875
19
20 /* FUNCTIONS ****************************************************************/
21
22 .code64
23
24 .proc alldiv
25 UNIMPLEMENTED alldiv
26 ret
27
28 .endp alldiv