Created
August 13, 2019 10:53
-
-
Save Strykar/1982726f828c7e357a988e8f595e3aa9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CCLD libaltivec.la | |
CC strategies/avx2/libavx2_la-dct-avx2.lo | |
CC strategies/avx2/libavx2_la-intra-avx2.lo | |
CC strategies/avx2/libavx2_la-ipol-avx2.lo | |
CC strategies/avx2/libavx2_la-picture-avx2.lo | |
CC strategies/avx2/libavx2_la-quant-avx2.lo | |
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/immintrin.h:101, | |
from strategies/avx2/quant-avx2.c:28: | |
strategies/avx2/avx2_common_functions.h: In function ‘get_first_last_nz_int16’: | |
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/lzcntintrin.h:51:1: error: inlining failed in call to always_inline ‘_lzcnt_u32’: target specific option mismatch | |
51 | _lzcnt_u32 (unsigned int __X) | |
| ^~~~~~~~~~ | |
In file included from strategies/avx2/quant-avx2.c:31: | |
strategies/avx2/avx2_common_functions.h:111:26: note: called from here | |
111 | *last = (31 - (int32_t)_lzcnt_u32(nonzero_bytes)) >> 1; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/immintrin.h:101, | |
from strategies/avx2/quant-avx2.c:28: | |
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/lzcntintrin.h:51:1: error: inlining failed in call to always_inline ‘_lzcnt_u32’: target specific option mismatch | |
51 | _lzcnt_u32 (unsigned int __X) | |
| ^~~~~~~~~~ | |
In file included from strategies/avx2/quant-avx2.c:31: | |
strategies/avx2/avx2_common_functions.h:111:26: note: called from here | |
111 | *last = (31 - (int32_t)_lzcnt_u32(nonzero_bytes)) >> 1; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
make[2]: *** [Makefile:1150: strategies/avx2/libavx2_la-quant-avx2.lo] Error 1 | |
make[2]: Leaving directory '/home/strykar/.cache/aurutils/sync/kvazaar-git/src/kvazaar/src' | |
make[1]: *** [Makefile:524: all-recursive] Error 1 | |
make[1]: Leaving directory '/home/strykar/.cache/aurutils/sync/kvazaar-git/src/kvazaar' | |
make: *** [Makefile:394: all] Error 2 | |
==> ERROR: A failure occurred in build(). | |
Aborting... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment