On Sat, Feb 10, 2018 at 12:37:38AM +0100, Jakub Jelinek wrote: > Hi! > > Apparently the new pow(C,x) -> exp(log(C)*x) if C > 0 optimization > breaks some package (Marek should know which), as it has 7ulp error. > Generally one should be prepared for some errors with -ffast-math.
I reduced it from "test-cachunker" in package casync. Marek