You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, our team specializes in floating-point program optimization and analysis. Herbgrind is an excellent job, and recently we have been trying to use it to detect errors in floating-point arithmetic expressions, but we don't know how to modify the source code. For example, we want to detect the maximum error of x1* x2/(x1 * x1 * x2 * x2-1), x1, x2 ∈ [-100000,101] . Can you write a demo for me, telling us how to use Herbgrind to measure the error of floating-point arithmetic expressions? Thank you very much.Best wishs to you!
The text was updated successfully, but these errors were encountered:
Hello, our team specializes in floating-point program optimization and analysis. Herbgrind is an excellent job, and recently we have been trying to use it to detect errors in floating-point arithmetic expressions, but we don't know how to modify the source code. For example, we want to detect the maximum error of
x1* x2/(x1 * x1 * x2 * x2-1), x1, x2 ∈ [-100000,101]
. Can you write a demo for me, telling us how to use Herbgrind to measure the error of floating-point arithmetic expressions? Thank you very much.Best wishs to you!The text was updated successfully, but these errors were encountered: