Fix compiler.cfg.value-numbering and math.matrices.simd unit tests
							parent
							
								
									7348241b2f
								
							
						
					
					
						commit
						cb71fbf4fe
					
				|  | @ -142,16 +142,14 @@ IN: compiler.cfg.value-numbering.tests | ||||||
| [ | [ | ||||||
|     { |     { | ||||||
|         T{ ##peek f 1 D -1 } |         T{ ##peek f 1 D -1 } | ||||||
|         T{ ##unbox-vector f 1111 1 float-4-rep } |         T{ ##test-vector f 2 1 f float-4-rep vcc-any } | ||||||
|         T{ ##test-vector f 1 1111 f float-4-rep vcc-any } |         T{ ##test-vector-branch f 1 f float-4-rep vcc-any } | ||||||
|         T{ ##test-vector-branch f 1111 f float-4-rep vcc-any } |  | ||||||
|     } |     } | ||||||
| ] [ | ] [ | ||||||
|     { |     { | ||||||
|         T{ ##peek f 1 D -1 } |         T{ ##peek f 1 D -1 } | ||||||
|         T{ ##unbox-vector f 1111 1 float-4-rep } |         T{ ##test-vector f 2 1 f float-4-rep vcc-any } | ||||||
|         T{ ##test-vector f 1 1111 2 float-4-rep vcc-any } |         T{ ##compare-imm-branch f 2 5 cc/= } | ||||||
|         T{ ##compare-imm-branch f 1 5 cc/= } |  | ||||||
|     } value-numbering-step trim-temps |     } value-numbering-step trim-temps | ||||||
| ] unit-test | ] unit-test | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| ! (c)Joe Groff bsd license | ! (c)Joe Groff bsd license | ||||||
| USING: classes.struct math.matrices.simd math.vectors.simd | USING: classes.struct math.matrices.simd math.vectors.simd math | ||||||
| literals math.constants math.functions specialized-arrays tools.test ; | literals math.constants math.functions specialized-arrays tools.test ; | ||||||
| QUALIFIED-WITH: alien.c-types c | QUALIFIED-WITH: alien.c-types c | ||||||
| FROM: math.matrices => m~ ; | FROM: math.matrices => m~ ; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue