Trooper
Mateusz   Poland
 
 
Ingen informasjon oppgitt.
Favorittspill
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;
}
Kommentarer
☯N1nja☯ 17. mai 2024 kl. 4.16 
clown
Leonardo dark Vinci 26. apr. 2024 kl. 5.06 
Brainless cheater!!! Kill yourself stupid maggot!!!
Gojo 25. mai 2023 kl. 12.26 
debil
MierzwiX 19. des. 2021 kl. 13.27 
Gramy w rdr2?
QXVZ 27. aug. 2018 kl. 11.37 
potato order
Bjoernigela 18. juni 2017 kl. 12.07 
AIMBOT