summaryrefslogtreecommitdiff
path: root/test/float_ops.post.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixes fround of an unsigned integer (#821)Alon Zakai2016-11-041-0/+11
| | | | | | | | * fix fround of unsigned * add testing for f32 ops, and remove a duplicate test (now that f32 is on by default in wasm, we don't need to check with and without PRECISE_F32) * update wasm.js and binaryen.js
* op type fixesAlon Zakai2015-11-051-3/+0
|
* test conversionsAlon Zakai2015-11-011-0/+15
|
* disable part of float_ops.cpp, which requires memory ops which are not ↵Alon Zakai2015-11-011-1/+1
| | | | tested yet
* add float_ops testcaseAlon Zakai2015-11-011-0/+66