ID:2310193
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
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
(1 << 16) == 0


Ideally this would return the actual value once it reaches the point where it becomes a float.
Q_rsqrt incoming.