Skip to content
  • Yaowu Xu's avatar
    Reduce size of TX_SIZE for msvc · 25f9771e
    Yaowu Xu authored
    MSVC always use int for enum type, this caused the TX_SIZE to be a
    4-byte type. This commit is a work around for MSVC to reduce the size
    of memory usage.
    
    Change-Id: I5383ca632ccef9951d87e678d505a0918eab1a76
    25f9771e