Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Import glibc memcpy implementation | Graeme Russ | 2012-01-02 | -1/+1 |
| | | | | | | | | Taken from glibc version 2.14.90 -- Changes for v2: - None | |||
* | x86: Import the glibc memset implementation | Gabe Black | 2011-11-29 | -1/+1 |
| | | | | | | | The new implementation is about twice as fast as the old. This is from glibc-2.14, sysdeps/i386/memset.c. Signed-off-by: Gabe Black <gabeblack@chromium.org> | |||
* | x86: Rename i386 to x86 | Graeme Russ | 2011-04-13 | -0/+32 |
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> |