summaryrefslogtreecommitdiff
path: root/test/interp/simd-unary.txt
Commit message (Expand)AuthorAgeFilesLines
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-201-1/+0
* [simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)Ng Zhi An2021-03-041-27/+7
* Implement simd bitmask instructions (#1530)Ben Smith2020-08-311-0/+30
* [simd] Update instructions (#1317)Ben Smith2020-01-271-62/+0
* Make v128.const i32x4 op conform to the SIMD draft (#1037)gnzlbg2019-03-281-60/+60
* Canonicalize NaNs in the interpreter (#1046)Ben Smith2019-03-181-2/+2
* The great renaming (#985)Ben Smith2018-12-191-32/+32
* SIMD Floating point to integer with saturation implementation. (#797)lizhengxing2018-03-071-0/+46
* SIMD Integer to floating point conversion implementation. (#795)lizhengxing2018-03-061-0/+41
* SIMD (f32x4/f64x2).sqrt implementation. (#789)lizhengxing2018-03-051-0/+28
* SIMD (f32x4/f64x2).abs implementation. (#783)lizhengxing2018-03-011-0/+31
* SIMD (f32x4/f64x2).neg implementation. (#779)lizhengxing2018-02-281-0/+30
* SIMD Boolean horizontal reductions implementation. (#763)lizhengxing2018-02-211-0/+80
* SIMD Bitwise logic instructions implementation. (#758)lizhengxing2018-02-141-0/+6
* Remove `run-interp.py`; use `RUN` commands instead (#730)Ben Smith2018-01-211-1/+1
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* SIMD i8x16.neg / i16x8.neg / i32x4.neg / i64x2.neg implementation. (#723)lizhengxing2018-01-181-0/+29