git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed by Adam.
[WebKit-https.git]
/
SunSpider
/
tests
/
math-spectral-norm.js
diff --git
a/SunSpider/tests/math-spectral-norm.js
b/SunSpider/tests/math-spectral-norm.js
index f2ce5713230851d00fd7dd5ae04bc4a742347ef2..8139ef370ede1330592e91587d77d49e9a08f22b 100644
(file)
--- a/
SunSpider/tests/math-spectral-norm.js
+++ b/
SunSpider/tests/math-spectral-norm.js
@@
-46,6
+46,6
@@
function spectralnorm(n) {
return Math.sqrt(vBv/vv);
}
-for (var i =
8; i <= 64
; i *= 2) {
+for (var i =
6; i <= 48
; i *= 2) {
spectralnorm(i);
}