Changes between Version 2 and Version 3 of LibCSSE/memcpy


Ignore:
Timestamp:
Sep 11, 2014, 3:21:50 PM (12 years ago)
Author:
john
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibCSSE/memcpy

    v2 v3  
    44
    55||= '''Name''' =||= '''Description''' =||
    6 || stock || MD amd64 version {{rep movsq}} ||
     6|| stock || MD amd64 version {{{rep movsq}}} ||
    77|| SSE2 || {{{movdqu}}} for block-copy ||
    88|| SSE2 aligned || align source to use always use {{{movaps}}} and use {{{movaps}}} for aligned destination and {{{movdqu}}} for unaligned destination ||