| Commit message (Expand) | Author | Age | Files | Lines |
* | SIMD is now phase 5, enable it by default (#1712) | Ng Zhi An | 2021-09-20 | 1 | -1/+0 |
* | [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624) | Ng Zhi An | 2021-03-04 | 1 | -27/+7 |
* | Implement simd bitmask instructions (#1530) | Ben Smith | 2020-08-31 | 1 | -0/+30 |
* | [simd] Update instructions (#1317) | Ben Smith | 2020-01-27 | 1 | -62/+0 |
* | Make v128.const i32x4 op conform to the SIMD draft (#1037) | gnzlbg | 2019-03-28 | 1 | -60/+60 |
* | Canonicalize NaNs in the interpreter (#1046) | Ben Smith | 2019-03-18 | 1 | -2/+2 |
* | The great renaming (#985) | Ben Smith | 2018-12-19 | 1 | -32/+32 |
* | SIMD Floating point to integer with saturation implementation. (#797) | lizhengxing | 2018-03-07 | 1 | -0/+46 |
* | SIMD Integer to floating point conversion implementation. (#795) | lizhengxing | 2018-03-06 | 1 | -0/+41 |
* | SIMD (f32x4/f64x2).sqrt implementation. (#789) | lizhengxing | 2018-03-05 | 1 | -0/+28 |
* | SIMD (f32x4/f64x2).abs implementation. (#783) | lizhengxing | 2018-03-01 | 1 | -0/+31 |
* | SIMD (f32x4/f64x2).neg implementation. (#779) | lizhengxing | 2018-02-28 | 1 | -0/+30 |
* | SIMD Boolean horizontal reductions implementation. (#763) | lizhengxing | 2018-02-21 | 1 | -0/+80 |
* | SIMD Bitwise logic instructions implementation. (#758) | lizhengxing | 2018-02-14 | 1 | -0/+6 |
* | Remove `run-interp.py`; use `RUN` commands instead (#730) | Ben Smith | 2018-01-21 | 1 | -1/+1 |
* | Rename run args (#728) | Ben Smith | 2018-01-21 | 1 | -1/+1 |
* | SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723) | lizhengxing | 2018-01-18 | 1 | -0/+29 |