octane icon indicating copy to clipboard operation
octane copied to clipboard

Add an asm.js benchmark including 32-bit float calculations (Math.fround)

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

Octane currently does not include a test that would stress 32-bit floating 
point math using Math.fround. This is very important for lots of asm.js 
content, particularly games. The Massive Box2D benchmark is a good example:

https://github.com/kripken/Massive/blob/master/box2d/box2d_f32_2.js

It would be good to add something to fill this gap also in Octane.

Original issue reported on code.google.com by [email protected] on 1 Aug 2014 at 1:50

GoogleCodeExporter avatar Apr 11 '15 04:04 GoogleCodeExporter