This repository was archived by the owner on Dec 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 'simd_bitwise' ,
2626 'simd_f32x4' ,
2727 'simd_f64x2' ,
28- 'simd_lanewise_integer ' ,
28+ 'simd_int_arith2 ' ,
2929)
3030
3131
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ def get_all_cases(self):
368368
369369 def gen_test_cases (self ):
370370 """generate case file"""
371- wast_filename = '../simd_{lane_type}.wast' .format (lane_type = self .LANE_TYPE )
371+ wast_filename = '../simd_{lane_type}_arith2 .wast' .format (lane_type = self .LANE_TYPE )
372372 with open (wast_filename , 'w' ) as fp :
373373 fp .write (self .get_all_cases ())
374374
Original file line number Diff line number Diff line change 392392(assert_return (invoke " i16x8.max_u-i16x8.min_s" (v128.const i16x8 0 0 0 0 0 0 0 0 )
393393 (v128.const i16x8 1 1 1 1 1 1 1 1 )
394394 (v128.const i16x8 2 2 2 2 2 2 2 2 ))
395- (v128.const i16x8 2 2 2 2 2 2 2 2 ))
395+ (v128.const i16x8 2 2 2 2 2 2 2 2 ))
Original file line number Diff line number Diff line change 402402(assert_return (invoke " i32x4.max_u-i32x4.min_s" (v128.const i32x4 0 0 0 0 )
403403 (v128.const i32x4 1 1 1 1 )
404404 (v128.const i32x4 2 2 2 2 ))
405- (v128.const i32x4 2 2 2 2 ))
405+ (v128.const i32x4 2 2 2 2 ))
Original file line number Diff line number Diff line change 392392(assert_return (invoke " i8x16.max_u-i8x16.min_s" (v128.const i8x16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 )
393393 (v128.const i8x16 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 )
394394 (v128.const i8x16 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ))
395- (v128.const i8x16 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ))
395+ (v128.const i8x16 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ))
You can’t perform that action at this time.
0 commit comments