mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	More instances of memcpy instead of cast and use memcpy per default
This commit is contained in:
		
							
								
								
									
										1
									
								
								miniz.h
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								miniz.h
									
									
									
									
									
								
							| @@ -173,6 +173,7 @@ | ||||
| #if MINIZ_X86_OR_X64_CPU | ||||
| /* Set MINIZ_USE_UNALIGNED_LOADS_AND_STORES to 1 on CPU's that permit efficient integer loads and stores from unaligned addresses. */ | ||||
| #define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 1 | ||||
| #define MINIZ_UNALIGNED_USE_MEMCPY | ||||
| #else | ||||
| #define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0 | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user