Skip to content

Commit

Permalink
Merge pull request WebAssembly#136 from Honry/sync-05-64-min/max/abs
Browse files Browse the repository at this point in the history
[test] Integrate tests for f64x2 min/max/abs ops from WAVM
  • Loading branch information
arunetm authored Nov 11, 2019
2 parents 07a4fe6 + 8f33792 commit 7437ebb
Show file tree
Hide file tree
Showing 4 changed files with 2,873 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/core/simd/meta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Currently it only support following simd test files generation.
- 'simd_i8x16_sat_arith.wast'
- 'simd_i16x8_sat_arith.wast'
- 'simd_f32x4.wast'
- 'simd_f64x2.wast'


Usage:
Expand Down
1 change: 1 addition & 0 deletions test/core/simd/meta/gen_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'simd_sat_arith',
'simd_bitwise',
'simd_f32x4',
'simd_f64x2',
)


Expand Down
Loading

0 comments on commit 7437ebb

Please sign in to comment.