D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
modules
/
3.10.0-1062.9.1.el7.x86_64
/
build
/
arch
/
x86
/
include
/
asm
/
Filename :
mmx.h
back
Copy
#ifndef _ASM_X86_MMX_H #define _ASM_X86_MMX_H /* * MMX 3Dnow! helper operations */ #include <linux/types.h> extern void *_mmx_memcpy(void *to, const void *from, size_t size); extern void mmx_clear_page(void *page); extern void mmx_copy_page(void *to, void *from); #endif /* _ASM_X86_MMX_H */