diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-18 22:38:12 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 2e7aec7855b7f5fcc473a72d5511ec7e4843158f (patch) | |
| tree | 73dc4584a1d35fd67cbc33fcea592560f06ebd96 /src/win95/inline.h | |
| parent | d655ca3f04bf053bcae640096dfcc62bdcaa2170 (diff) | |
Removed SupportFPMathsFunctions and SupportFPSquareRoot macros.
Diffstat (limited to 'src/win95/inline.h')
| -rw-r--r-- | src/win95/inline.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/win95/inline.h b/src/win95/inline.h index 717881d..8b162c8 100644 --- a/src/win95/inline.h +++ b/src/win95/inline.h @@ -524,8 +524,6 @@ static void RotateAndCopyVector_ASM(VECTORCH *v1, VECTORCH *v2, MATRIXCH *m) } } -#if (SupportFPMathsFunctions || SupportFPSquareRoot) - /* Square Root @@ -550,8 +548,6 @@ static int SqRoot32(int A) return (int)temp2; } -#endif - /* |
