mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-22 12:55:13 +00:00
The main culprit here is bswap.h which pulled in softfloat.h so it could use the types in its CPU_Float* and ldfl/stfql functions. As bswap.h is very widely included this added a compile dependency every time we touch softfloat.h. Move the typedefs for each float type into their own file so we don't re-build the world every time we tweak the main softfloat.h header. Backports commit cfd88fc6f2722def193f5ef271381d8f6e2a2526 from qemu |
||
---|---|---|
.. | ||
softfloat-types.h | ||
softfloat.h |