mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-30 23:03:05 +00:00 
			
		
		
		
	fix that makes pass the test
This commit is contained in:
		| @@ -90,7 +90,7 @@ static inline void volk_gnsssdr_32fc_convert_8ic_u_sse2(lv_8sc_t* outputVector, | ||||
|             outputVectorPtr += 16; | ||||
|         } | ||||
|  | ||||
|     for(unsigned int i = 0; i < (num_points%4)*4; i++) | ||||
|     for(unsigned int i = 0; i < (num_points%8)*2; i++) | ||||
|         { | ||||
|             if(inputVectorPtr[i] > max_val) | ||||
|                 inputVectorPtr[i] = max_val; | ||||
| @@ -183,7 +183,7 @@ static inline void volk_gnsssdr_32fc_convert_8ic_a_sse2(lv_8sc_t* outputVector, | ||||
|             outputVectorPtr += 16; | ||||
|         } | ||||
|  | ||||
|     for(unsigned int i = 0; i < (num_points%4)*4; i++) | ||||
|     for(unsigned int i = 0; i < (num_points%8)*2; i++) | ||||
|         { | ||||
|             if(inputVectorPtr[i] > max_val) | ||||
|                 inputVectorPtr[i] = max_val; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez