Changes between Version 23 and Version 24 of LibCSSE/memset
- Timestamp:
- Sep 15, 2014, 5:07:15 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibCSSE/memset
v23 v24 5 5 ||= '''Name''' =||= '''Description''' =|| 6 6 || stock || MD amd64 version {{rep stosq}} || 7 || SSE2 || {{{mov dqu}}} for block-store ||8 || SSE2 aligned || {{{movaps}}} for aligned block-store and {{{mov dqu}}} for unaligned ||9 || AVX 128 || 128-bit {{{vmov dqu}}} for block-store ||10 || AVX 256 || 256-bit {{{vmov dqu}}} for block-store ||7 || SSE2 || {{{movups}}} for block-store || 8 || SSE2 aligned || {{{movaps}}} for aligned block-store and {{{movups}}} for unaligned || 9 || AVX 128 || 128-bit {{{vmovups}}} for block-store || 10 || AVX 256 || 256-bit {{{vmovups}}} for block-store || 11 11 || ERMS || {{{repne stosb}}} for machines with ERMS || 12 12
