Implemented (most of) the inline assembly in inline.h

This commit is contained in:
Steven Fuller 2001-07-29 18:25:45 +00:00 committed by Patryk Obara
parent 44d4752e83
commit 5c497c61a6
4 changed files with 724 additions and 180 deletions

View file

@ -2323,8 +2323,6 @@ int DestroyActiveVDB(VIEWDESCRIPTORBLOCK *dblockptr);
void PlatformSpecificVDBInit(VIEWDESCRIPTORBLOCK *vdb);
int SqRoot32(int A);
int SqRoot64(LONGLONGCH *A);
/* CDF 4/2/98 */
int GetOneOverSin(int a);
/* CDF 4/2/98 */