|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Functions | |
| static void * | memcpy_no_simd (void *_RESTRICT s1, const void *_RESTRICT s2, size_t n) |
| void * | memcpy_sse2 (void *_RESTRICT s1, const void *_RESTRICT s2, size_t n) |
| void * | memcpy (void *_RESTRICT s1, const void *_RESTRICT s2, size_t n) |
Variables | |
| static void *(* | memcpy_impl )(void *_RESTRICT, const void *_RESTRICT, size_t) = NULL |