mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			[AArch64 Testsuite] vld1-vst1_1.c: Add missing float32x4_t case
(taken from [AArch64] Add support for float14x{4,8}_t vectors/builtins)
        * gcc.target/aarch64/vld1-vst1_1.c: Add missing float32x4_t case.
From-SVN: r226352
			
			
This commit is contained in:
		
							parent
							
								
									9e9eadd1e2
								
							
						
					
					
						commit
						a7c5a3cc00
					
				|  | @ -1,3 +1,7 @@ | ||||||
|  | 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com> | ||||||
|  | 
 | ||||||
|  | 	* gcc.target/aarch64/vld1-vst1_1.c: Add missing float32x4_t case. | ||||||
|  | 
 | ||||||
| 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com> | 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com> | ||||||
| 
 | 
 | ||||||
| 	* gcc.target/aarch64/fp16/fp16.exp: New. | 	* gcc.target/aarch64/fp16/fp16.exp: New. | ||||||
|  |  | ||||||
|  | @ -40,6 +40,7 @@ THING (int16x8_t, 8, int16_t, q_s16)	\ | ||||||
| THING (uint16x8_t, 8, uint16_t, q_u16)	\ | THING (uint16x8_t, 8, uint16_t, q_u16)	\ | ||||||
| THING (int32x4_t, 4, int32_t, q_s32)	\ | THING (int32x4_t, 4, int32_t, q_s32)	\ | ||||||
| THING (uint32x4_t, 4, uint32_t, q_u32)	\ | THING (uint32x4_t, 4, uint32_t, q_u32)	\ | ||||||
|  | THING (float32x4_t, 4, float32_t, q_f32)\ | ||||||
| THING (int64x2_t, 2, int64_t, q_s64)	\ | THING (int64x2_t, 2, int64_t, q_s64)	\ | ||||||
| THING (uint64x2_t, 2, uint64_t, q_u64)	\ | THING (uint64x2_t, 2, uint64_t, q_u64)	\ | ||||||
| THING (float64x2_t, 2, float64_t, q_f64) | THING (float64x2_t, 2, float64_t, q_f64) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Alan Lawrence
						Alan Lawrence