How to cast a 32bit float to 64bit integer without relying on static_cast or 64-bit floating point operations?

后端 未结 0 1974
我寻月下人不归
我寻月下人不归 2021-02-10 09:47

I need to convert an IEEE 754 32bit float into a 64bit signed int (rounding to nearest even) without going through a static_cast or triggering 64bit fl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题