Opened 12 years ago
Last modified 12 years ago
#57 accepted task
Investigate using SSE/AVX for amd64 libc routines
| Reported by: | john | Owned by: | john |
|---|---|---|---|
| Priority: | major | Component: | userland |
| Version: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Parent Tickets: | ||
| P4 Branch: | GIT Branch: | ||
| FreeBSD PR: | Due Date: |
Description
Right now libc contains assembly versions of several commonly used routines like memcpy(), etc. These routines generally do not attempt to use SSE but rely on older primitives like 'rep movs'.
Note: See
TracTickets for help on using
tickets.
