really impressive codegen from LLVM for the classic fast inverse square root implementation from Quake
https://gcc.godbolt.org/z/66v7a5v9G
(code from wikipedia: https://en.wikipedia.org/wiki/Fast_inverse_square_root)
really impressive codegen from LLVM for the classic fast inverse square root implementation from Quake https://gcc.godbolt.org/z/66v7a5v9G (code from wikipedia: https://en.wikipedia.org/wiki/Fast_inverse_square_root) No comments
|