Changes between Version 23 and Version 24 of LibCSSE/memset


Ignore:
Timestamp:
Sep 15, 2014, 5:07:15 PM (12 years ago)
Author:
john
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibCSSE/memset

    v23 v24  
    55||= '''Name''' =||= '''Description''' =||
    66|| stock || MD amd64 version {{rep stosq}} ||
    7 || SSE2 || {{{movdqu}}} for block-store ||
    8 || SSE2 aligned || {{{movaps}}} for aligned block-store and {{{movdqu}}} for unaligned ||
    9 || AVX 128 || 128-bit {{{vmovdqu}}} for block-store ||
    10 || AVX 256 || 256-bit {{{vmovdqu}}} 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 ||
    1111|| ERMS || {{{repne stosb}}} for machines with ERMS ||
    1212