Skip to content
  • Dmitry Kazakov's avatar
    Use aligned access to store data in composite op · 0c3b13c9
    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!
    0c3b13c9