Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: LayoutTests/webaudio/audioparam-setTargetAtTime.html

Issue 1288773003: SSE2 Optimization for ParamEvent::SetTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Include SSE2 header only on x86/x86_64. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/webaudio/AudioParamTimeline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/audioparam-setTargetAtTime.html
diff --git a/LayoutTests/webaudio/audioparam-setTargetAtTime.html b/LayoutTests/webaudio/audioparam-setTargetAtTime.html
index dc22e793951ee48963fdcda185953c5d0a94774b..fe77394a670a03472215503f34cb9d0abc3a3be7 100644
--- a/LayoutTests/webaudio/audioparam-setTargetAtTime.html
+++ b/LayoutTests/webaudio/audioparam-setTargetAtTime.html
@@ -24,7 +24,7 @@ description("Test AudioParam setTargetAtTime() functionality.");
var numberOfTests = 100;
// Max allowed difference between the rendered data and the expected result.
-var maxAllowedError = 2.79e-5;
+var maxAllowedError = 3.9e-5;
// The AudioGainNode starts with this value instead of the default value.
var initialValue = 100;
« no previous file with comments | « no previous file | Source/modules/webaudio/AudioParamTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698