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