fis: fast_isqrt.c gcc -o fis -lm -O3 fast_isqrt.c fis32: fast_isqrt.c gcc -o fis32 -lm -O3 -march=pentium2 -m32 fast_isqrt.c