summaryrefslogtreecommitdiff
path: root/src/mathline.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2007-01-07 03:58:40 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitd9a250e1dfd9ed24ce5b0f3d5baa85e0b57b3d55 (patch)
tree2af3eb9447438409ecddbc8eae37a4562bcdf5dd /src/mathline.c
parentea1bc9bda924fcf38fa80314d2e5c1629f75e5fb (diff)
removed nasm support.
Diffstat (limited to 'src/mathline.c')
-rw-r--r--src/mathline.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mathline.c b/src/mathline.c
index 50e48a8..c6654a4 100644
--- a/src/mathline.c
+++ b/src/mathline.c
@@ -627,16 +627,3 @@ __asm__ volatile
fti_itmp = (int)fti_fptmp;
#endif
}
-
-#if 0 // SBF - converted to C in kshape.c
-void TranslatePoint(float *source, float *dest, float *matrix)
-{
-/* TODO - implement the inline assembly here? */
-/* Moved it to a separate file because I can't figure out the damn syntax! */
-/* This is currently not inlined for testing */
-__asm__("call TranslatePoint_Asm \n\t"
- :
- : "S" (source), "b" (dest), "D" (matrix)
- );
-}
-#endif