Nov. 1, 2014
8:25 a.m.
Bernd Nawothnig wrote:
Das geht mir ähnlich. Irgendein Bug scheint da schon vorzuliegen, entweder in numpy oder im gcc. Denn -ffast-math lässt doch lediglich die Rundung jedes Gleitkommazwischenergebnisses von 80 auf 64 Bit weg,
Nein, es tut viel mehr. Ausserdem bildet lesen der Dokumentation: | -ffast-math | Sets […] -ffinite-math-only, […] | -ffinite-math-only | Allow optimizations for floating-point arithmetic that assume that | arguments and results are not NaNs or +-Infs. Bastian