[AMD64]
[reactos.git] / reactos / lib / sdk / crt / math / amd64 / sqrtf.S
index 50ea810..a4ee3fa 100644 (file)
@@ -8,13 +8,12 @@
 
 /* INCLUDES ******************************************************************/
 
+#include <reactos/asm.h>
 #include <ndk/amd64/asm.h>
-#include <ndk/amd64/asmmacro.S>
 
-.intel_syntax noprefix
+/* DATA *********************************************************************/
 
-
-.proc sqrtf
+PUBLIC sqrtf
+sqrtf:
     sqrtss     xmm0, xmm0
     ret
-.endproc