mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
85397dc3ca
This commit completes the support of various rare PrimitiveTypes, that has been added opportunistically over time and has remained inconsistent across the codebase: - float80_t - float96_t - generic80_t - generic96_t The first two are necessary because on some platforms long double is either 10 or 12 bytes wide. The second two are necessary because the Generic PrimitiveType should allow all non-zero byte sizes allowed by any other PrimitiveType.