[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / math / i386 / ftol2_asm.s
diff --git a/reactos/lib/sdk/crt/math/i386/ftol2_asm.s b/reactos/lib/sdk/crt/math/i386/ftol2_asm.s
deleted file mode 100644 (file)
index 9c3e72d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * COPYRIGHT:         See COPYING in the top level directory
- * PROJECT:           ReactOS kernel
- * PURPOSE:           Run-Time Library
- * FILE:              lib/sdk/crt/math/i386/ftol2_asm.s
- * PROGRAMER:         
- *
- */
-
-#include <asm.inc>
-
-EXTERN __ftol:PROC
-PUBLIC __ftol2
-PUBLIC __ftol2_sse
-/* FUNCTIONS ***************************************************************/
-.code
-
-/*
- * This routine is called by MSVC-generated code to convert from floating point
- * to integer representation. The floating point number to be converted is
- * on the top of the floating point stack.
- */
-__ftol2:
-__ftol2_sse:
-    jmp __ftol
-
-END