Fix aliasing violations in old code
Old code used pointer based type punning which is considered an aliasing violation by most compilers, while union based type punning is intended to work (both by ISO C and most compilers).
Loading
Please register or sign in to comment