removed nasm support.
This commit is contained in:
parent
ea1bc9bda9
commit
d9a250e1df
3 changed files with 0 additions and 72 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue