pingjiang / octane-benchmark

Automatically exported from code.google.com/p/octane-benchmark
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 oetu...@nvidia.com on 1 Aug 2014 at 1:50