13 lines
		
	
	
	
		
			173 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			173 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#ifdef ARCH_X86_64
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#define MEMCPY_FN(fn, name, desc)		\
							 | 
						||
| 
								 | 
							
									extern void *fn(void *, const void *, size_t);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include "mem-memcpy-x86-64-asm-def.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#undef MEMCPY_FN
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#endif
							 | 
						||
| 
								 | 
							
								
							 |