ps2dev / ps2sdk

Homebrew PS2 SDK
Other
896 stars 132 forks source link

Improve macro `U64_2XU32` #606

Closed fjtrujy closed 2 months ago

fjtrujy commented 2 months ago

This PR is just to change how the macro U64_2X32 was done. We were forced to disable Wno-strict-aliasing warning, with this new approach is not needed anymore.

Cheers.