d0265629bf6e41572925aee25ec761b3ead506f1
[reactos.git] / lib / sdk / crt / math / amd64 / ldexp.S
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS system libraries
4 * PURPOSE: Implementation of ldexp
5 * FILE: lib/sdk/crt/math/amd64/ldexp.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 ldexp
17 ldexp:
18 UNIMPLEMENTED ldexp
19 ret