= Implementing SSE-optimized variants of string routines in libc for FreeBSD/amd64 = There is a subpage for each routine. Most routines contain multiple variants (e.g. plain SSE2 vs AVX). For each routine, the various variants were evaluated using micro-benchmarks on a variety of processors. Routines: * [[LibCSSE/memcpy|memcpy]] * [[LibCSSE/memset|memset]] * [[LibCSSE/strlen|strlen]]