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