Georg Baum wrote: > No, but I believe I know the reason: self made rounding in combination with > optimization (I created the test reference with a debug build). Which > compiler switches do you use?
-Wall -Wextra -std=c++11 -g -O2 -Wno-deprecated-declarations > I will have a look at this after the beta. My usual procedure is to use the > standard C99 function lround() for rounding, but MSVC10 does not have it. > Does it work with the attached patch? The attached patch fixed the problem. Pavel