(and also allow some bit level hacks)
Currently:
(1 << 15) == 32768
(1 << 16) == 0
Ideally this would return the actual value once it reaches the point where it becomes a float.
ID:2310193
Oct 29 2017, 7:40 pm
|
|||||||
| |||||||
This would be useful for increasing the amount of bitflags possible in a var.
(and also allow some bit level hacks) Currently: (1 << 15) == 32768 Ideally this would return the actual value once it reaches the point where it becomes a float. |
Oct 31 2017, 9:35 am
|
|
Q_rsqrt incoming.
|