pkuvcl / davs2

An open-source decoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
129 stars 52 forks source link

Make AVX symbols to be strictly visible (fix build with gcc8) #10

Closed dbermond closed 5 years ago

dbermond commented 5 years ago

_mm256_insertf128_si256 and _mm256_castsi128_si256 are undeclared in the scope of source/common/vec/intrinsic.h, which seems to be strictly not permitted by gcc8.

Fixes #9