Skip to content
  • David Michael Barr's avatar
    [CFL] Replace DECLARE_ALIGNED with aom_memalign · c6532777
    David Michael Barr authored
    DECLARE_ALIGNED is not guaranteed by Visual Studio 2013/2015.
    Unaligned buffers result in segmentation faults in the SSSE3 HBD
    implementation, so alignment is still required.
    
    Change-Id: Ic4cf0719c2d260470e263851970c360b517d25c4
    c6532777