mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* PPCA2 has a different cache-line size than the usual 128 bytes.  To avoid
 | 
						|
   using code that assumes cache-line size to be 128 bytes (with dcbz
 | 
						|
   instructions) we use the generic code instead.  */
 | 
						|
#include <string/memset.c>
 |