摘要:
1 要解决的问题 计算x*y + z?其中x、y、z都是浮点数。 2 普通的计算方式 e=3; s=4.734612 × e=5; s=5.417242 e=8; s=25.648538980104 (true product) e=8; s=25.64854 (after rounding) e= 阅读全文
posted @ 2017-10-05 21:58
PhoenixTree(梧桐树)
阅读(768)
评论(0)
推荐(0)
摘要:
1 -fno-defer-pop 函数返回的时候,就立即将栈里面放置的该函数的参数pop出来。这样可以避免函数参数占用过多的栈空间。 2 -fforward-propagate ? 3 -ffp-contract=style floating point expression contract,这个 阅读全文
posted @ 2017-10-05 21:56
PhoenixTree(梧桐树)
阅读(1984)
评论(0)
推荐(0)