Details
Details
- Reviewers
compnerd
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I think that this really hurts readability. It is unfortunate that MSVC doesn't support this even as of VS2015. Can you please at least leave the current values as comments? Something like:
su_int high = a / 4294967296.f; /* a / 0x1p32f; */