开发者

compiler-optimization for numerical stability

do GCC or similar compilers perform optimizations that are aimed at improving the numerical stability of floating-point operations.

It is known that seemingly simply operations like addition or computing the norm of a vector are n开发者_Go百科umerically unstable if implemented in the obvious manner, and, on the other hand, compilers sometimes destroy work-arounds for these problems for the sake of speed optimization.

What is the state of the art of optimizing compiler output for numerical stable computation? Anything better than pending?


Oracle (formerly Sun) compilers for Linux and Solaris. Their C++ and Fortran compilers have support for Interval Arithmetics

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜