|
|
|
|
|
by badmintonbaseba
612 days ago
|
|
Possibly could be combined with C23's _BitInt(N) for the template arguments? I think it's available in clang as a C++ extension. edit: or I guess you could have your own Tmantissa and Texponent types as custom classes that correctly model _BitInt(N), they don't seem to be required to be builtin integral types. |
|