Clean up inverse SSE code

This commit is contained in:
Christophe Riccio
2016-05-01 03:42:47 +02:00
parent be8d6c9ccc
commit 5f05a5e953
8 changed files with 145 additions and 108 deletions

View File

@@ -478,7 +478,7 @@ int main()
Error += ceilPowerOfTwo_advanced::test();
# ifdef NDEBUG
Error += ceilPowerOfTwo::perf();
Error += ceilPowerOfTwo_advanced::perf();
# endif//NDEBUG
Error += floorMultiple::test();

View File

@@ -149,7 +149,7 @@ int test_isdenormal()
int main()
{
int Error(0);
int Error = 0;
Error += test_isdenormal();
Error += ::fmod_::test();