Skip to content
  • Dmitry Kazakov's avatar
    Use aligned access to store data in composite op · f99de4bc
    Dmitry Kazakov authored
    This access is much faster and the highlevel code does all the
    alignment work for us.
    
    Since Vc 1.0 the default alignment option is *Unaligned*! So, basically,
    all the accesses in 128-bit composite ops should be modified to use
    aligned ones!
    
    (cherry picked from commit 0c3b13c9)
    f99de4bc