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'.

Change History (1)

comment:1 Changed 12 years ago by john

  • Status changed from new to accepted
Note: See TracTickets for help on using tickets.