Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我只有 16 位宽的内存位置,我将如何实现浮点运算?
我正在尝试实现 IEEE-754 32 位单精度浮点。
谢谢
IEEE754有16位版本
我最终发现没有简单的方法可以做到这一点。我必须为汇编中的所有功能创建自己的软件库。 如果有人对如何做到这一点有疑问,我实现了加、减、乘、平方根、除、余弦和正弦。