# HG changeset patch # User Chris Cannam # Date 1580298338 0 # Node ID 2e6911badde9bc9a895b579c342fc5bfe2bdf27a # Parent 3faac48d491d22b2e8875bbb5e99bcf067841e09 Remove fast-math for repeatability, and make (tiny) updates to expected regression output accordingly diff -r 3faac48d491d -r 2e6911badde9 Makefile.linux64 --- a/Makefile.linux64 Tue Nov 19 11:52:58 2019 +0000 +++ b/Makefile.linux64 Wed Jan 29 11:45:38 2020 +0000 @@ -1,5 +1,5 @@ -CFLAGS := $(CFLAGS) -Wall -O3 -ffast-math -fPIC -I../vamp-plugin-sdk/ -I../../vamp-plugin-sdk/ +CFLAGS := $(CFLAGS) -Wall -O3 -fPIC -I../vamp-plugin-sdk/ -I../../vamp-plugin-sdk/ #CFLAGS := $(CFLAGS) -Wall -Wextra -Werror -g -fPIC -I../vamp-plugin-sdk/ -I../../vamp-plugin-sdk/ CXXFLAGS := $(CXXFLAGS) $(CFLAGS) diff -r 3faac48d491d -r 2e6911badde9 test/regression/expected-notes-fixedlag.csv --- a/test/regression/expected-notes-fixedlag.csv Tue Nov 19 11:52:58 2019 +0000 +++ b/test/regression/expected-notes-fixedlag.csv Wed Jan 29 11:45:38 2020 +0000 @@ -51,7 +51,7 @@ 35.886439909,0.127709751,239.126 36.182494331,0.191564626,365.33 36.612063492,0.313469387,365.25 -37.157732426,0.348299320,363.505 +37.157732426,0.348299320,363.506 37.517641723,0.150929705,370.031 37.813696145,0.208979592,328.254 38.028480725,0.574693878,284.513 @@ -63,7 +63,7 @@ 40.983219954,0.197369615,327.794 41.279274376,0.174149660,274.171 41.627573696,0.110294784,297.849 -41.970068027,0.197369614,330.177 +41.970068027,0.197369614,330.178 42.271927437,0.150929706,279.901 42.602811791,0.139319728,296.267 42.974331065,0.191564626,328.021 diff -r 3faac48d491d -r 2e6911badde9 test/regression/expected-notes.csv --- a/test/regression/expected-notes.csv Tue Nov 19 11:52:58 2019 +0000 +++ b/test/regression/expected-notes.csv Wed Jan 29 11:45:38 2020 +0000 @@ -51,7 +51,7 @@ 35.886439909,0.133514739,237.39 36.182494331,0.197369614,365.33 36.612063492,0.319274376,365.25 -37.163537415,0.342494331,363.505 +37.163537415,0.342494331,363.506 37.517641723,0.156734694,369.403 37.813696145,0.214784580,328.254 38.034285714,0.597913832,284.971 @@ -63,7 +63,7 @@ 40.983219954,0.203174603,327.794 41.279274376,0.179954649,274.171 41.627573696,0.116099773,297.858 -41.970068027,0.203174603,330.177 +41.970068027,0.203174603,330.178 42.271927437,0.156734694,279.901 42.602811791,0.145124717,296.063 42.974331065,0.197369615,328.073