pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 12 Jun 2012 21:40:13 +0000 (21:40 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 12 Jun 2012 21:40:13 +0000 (21:40 +0000)
commitd70f7307a408bd14f371108283f02aa48b53f3be
tree249dd829d6fdcf84e025c103ae46133a4d29bd7c
parentdf9d6f17681ee38cc82b1ee0f328314412c1a94b
pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it
thought it could tread the memory as if it pointed to an int instead of a float.

git-svn-id: http://skia.googlecode.com/svn/trunk@4240 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/ScalarBench.cpp