X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FQuaternions.h;h=29f82d7f8a7aac5a3eb959d563461c3eb0d37fae;hb=efadab206c3103525a243756e388560260b4757c;hp=4e96bc70f6873e88d044573ec34731395ce11378;hpb=87ff660bf58766ab705a749e72e04154ccf5a737;p=lugaru.git diff --git a/Source/Quaternions.h b/Source/Quaternions.h index 4e96bc7..29f82d7 100644 --- a/Source/Quaternions.h +++ b/Source/Quaternions.h @@ -255,7 +255,7 @@ inline float fast_sqrt (register float arg) return 0.0; asm { - frsqrte result, arg // Calculate Square root + frsqrte result, arg // Calculate Square root } // Newton Rhapson iterations.