packetizer/startcode_helper: disable AVX2 vector-size implementation
generates the following errors on some platforms (android-x86; android-x86_64; macos; ios-simulator-x86_64): ../../modules/packetizer/startcode_helper.h:91:41: error: invalid input size for constraint 'x' : [v]"r"(p), [czero]"x"(zeros) 'x' is supposedly the right constraint for both xmm and ymm registers, and this compiles fine on other platforms. googling got me nowhere.
Please register or sign in to comment