summaryrefslogtreecommitdiff
path: root/test/float_ops.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format c/cpp files in test directory (#4192)Heejin Ahn2021-09-291-4/+4
| | | | | | | | | This clang-formats c/cpp files in test/ directory, and updates clang-format-diff.sh so that it does not ignore test/ directory anymore. bigswitch.cpp is excluded from formatting, because there are big commented-out code blocks, and apparently clang-format messes up formatting in them. Also to make matters worse, different clang-format versions do different things on those commented-out code blocks.
* Fixes fround of an unsigned integer (#821)Alon Zakai2016-11-041-0/+28
| | | | | | | | * 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
* test conversionsAlon Zakai2015-11-011-0/+16
|
* add float_ops testcaseAlon Zakai2015-11-011-0/+29