lavu/riscv: fix typo
This commit is contained in:
		
							parent
							
								
									a824c6f2f6
								
							
						
					
					
						commit
						04b49fb3c5
					
				| @ -67,7 +67,7 @@ int ff_get_cpu_flags_riscv(void) | |||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
|     /* If RV-V is enabled statically at compile-time, check the details. */ |     /* If RV-V is enabled statically at compile-time, check the details. */ | ||||||
| #ifdef __riscv_vectors | #ifdef __riscv_vector | ||||||
|     ret |= AV_CPU_FLAG_RVV_I32; |     ret |= AV_CPU_FLAG_RVV_I32; | ||||||
| #if __riscv_v_elen >= 64 | #if __riscv_v_elen >= 64 | ||||||
|     ret |= AV_CPU_FLAG_RVV_I64; |     ret |= AV_CPU_FLAG_RVV_I64; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user