-
- Downloads
Initialize t to get rid of a compiler warning from clang.
The compiler thinks t might not be initialized because the if on line 90 might not be true, leaving t uninitialized. We know that the condition is always true because |x| < -2^-27 in the previous line.
Loading
Please register or sign in to comment