What are the applications/benefits of an 80-bit extended precision data type?

前端 未结 5 850
故里飘歌
故里飘歌 2020-12-09 04:34

Yeah, I meant to say 80-bit. That\'s not a typo...

My experience with floating point variables has always involved 4-byte multiples, like singles (32 bit),

5条回答
  •  囚心锁ツ
    2020-12-09 05:20

    Wikipedia explains that an 80-bit format can represent an entire 64-bit integer without losing information. Thus the floating-point unit of the CPU can be used to implement multiplication and division for integers.

提交回复
热议问题