LemonBoy 44f8ce690d std: Fix typo in sqrt implementation
The code initializes twice `t` instead of `t1`, leaving the latter
uninitialized. The problem manifested itself by corrupting the LSBs of
the result in unpredictable ways.
2021-04-11 21:27:39 +02:00
..
2021-02-24 21:29:23 -07:00
2021-04-11 21:27:39 +02:00
2020-12-31 15:45:24 -08:00