tvlabs / edge264

Simple H.264 decoder
BSD 3-Clause "New" or "Revised" License
49 stars 1 forks source link

incompatible type for argument 1 of ‘_mm_cvtepu8_epi16’ #3

Closed chendilinn closed 2 years ago

chendilinn commented 2 years ago

Hello, I'm having trouble compiling: image gcc version is 7.5.0, this is the output of 'gcc -v' image This is the output for 'cat /proc/cpuinfo' image This is the output for 'lsb_release -a' image I don't know what is the version of gcc that can compile normally! Thanks!

traffaillac commented 2 years ago

Hi @chendilinn, Thank you for reporting this bug, while fixing it I discovered that this older version of GCC makes edge264 faster, actually even faster than clang! Cheers, Thibault