Trooper
Mateusz   Poland
 
 
No information given.
Favorite Game
200 XP
I've got orignal fast inverse square root code for ya
float Q_rsqrt(float number)
{
       long i;
       float x2, y;
       const float threehalfs = 1.5F;

       x2 = number * 0.5F;
       y = number;
       i = * ( long * ) &y;                                 // evil floating point bit level hacking
       i = 0x5f3759df - ( i >> 1 );                    // what the ♥♥♥♥?
       y = * ( float * ) &i;
       y = y * ( threehalfs - ( x2 * y * y ) );             // 1st iteration
        // y = y * ( threehalfs - ( x2 * y * y ) );         // 2nd iteration, this can be removed

       return y;
}
☯N1nja☯ 17 May, 2024 @ 4:16am 
clown
Leonardo dark Vinci 26 Apr, 2024 @ 5:06am 
Brainless cheater!!! Kill yourself stupid maggot!!!
Gojo 25 May, 2023 @ 12:26pm 
debil
MierzwiX 19 Dec, 2021 @ 1:27pm 
Gramy w rdr2?
QXVZ 27 Aug, 2018 @ 11:37am 
potato order
Bjoernigela 18 Jun, 2017 @ 12:07pm 
AIMBOT