ãã¤ãåä½ã§ã³ãã¼ããã¢ããªã³ã¼ãã®æ¹ããåæã«ãã¯ãã«åãããåãgcc å èµã®ã¤ãããæ大ï¼åé«éãªãã ã£ã¦www memcpy() compiled with vectorizing compilers All current compilers for linux should support SSE2 auto-vectorization with #include <string.h> void *(memcpy)(void *restrict b, const void *restrict a, size_t n){ char *s1 = b; const char *s2 = a; for(; 0<n; --n)*s1++ = *s2++; return b; }(ä¸ç¥) x86-64 gcc memcpy() (ä¸ç¥) Linking in a user-compiled
{{#tags}}- {{label}}
{{/tags}}