Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # export CC="zigcc"
- # nim --cc:env -d:release c src/dye.nim
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:50:14: error: always_inline function '_mm256_set1_epi32' requires target feature 'avx', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx'
- alphaMask = _mm256_set1_epi32(((NI32) (IL64(4278190080))));
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:50:14: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:51:12: error: always_inline function '_mm256_set1_epi16' requires target feature 'avx', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx'
- oddMask = _mm256_set1_epi16(((NI) 65280));
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:51:12: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:52:11: error: always_inline function '_mm256_set1_epi16' requires target feature 'avx', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx'
- div255 = _mm256_set1_epi16(((NI) 32897));
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:52:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:67:14: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx'
- values = _mm256_loadu_si256(((void*) ((&(*data)->data[i]))));
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:67:14: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:68:13: error: always_inline function '_mm256_and_si256' requires target feature 'avx2', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx2'
- alpha = _mm256_and_si256(values, alphaMask);
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:68:13: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:69:10: error: always_inline function '_mm256_cmpeq_epi8' requires target feature 'avx2', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx2'
- eq = _mm256_cmpeq_epi8(values, alphaMask);
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:69:10: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:82:12: error: always_inline function '_mm256_movemask_epi8' requires target feature 'avx2', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx2'
- T7_ = _mm256_movemask_epi8(eq);
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:82:12: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:84:13: error: always_inline function '_mm256_srli_epi32' requires target feature 'avx2', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx2'
- T10_ = _mm256_srli_epi32(alpha, ((NI) 16));
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:84:13: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:85:23: error: always_inline function '_mm256_or_si256' requires target feature 'avx2', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx2'
- evenMultiplier = _mm256_or_si256(alpha, T10_);
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:85:23: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx2.nim.c:86:22: error: always_inline function '_mm256_or_si256' requires target feature 'avx2', but would be inlined into function 'toPremultipliedAlphaAvx2__OOZOOZOnimbleZpkgsZpixie4535headZpixieZfileformatsZpng_487' that is compiled without support for 'avx2'
- oddMultiplier = _mm256_or_si256(evenMultiplier, alphaMask);
- ^
- fatal error: too many errors emitted, stopping now [-ferror-limit=]
- 20 errors generated.
- Error: execution of an external compiler program 'zigcc -c -pthread -O3 -I'/home/luke/.choosenim/toolchains/nim-#head/lib' -I/home/luke/dye/src -o /home/luke/.cache/nim/dye_r/@m..@[email protected]@spkgs@spixie-@hhead@spixie@[email protected] /home/luke/.cache/nim/dye_r/@m..@[email protected]@spkgs@spixie-@hhead@spixie@[email protected]' failed with exit code: 1
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx.nim.c:85:13: error: always_inline function '_mm256_set1_epi32' requires target feature 'avx', but would be inlined into function 'fillUnsafeAvx__OOZOOZOnimbleZpkgsZpixie4535headZpixieZimages_601' that is compiled without support for 'avx'
- colorVec = _mm256_set1_epi32(LOC5.dest);
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx.nim.c:85:13: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx.nim.c:96:5: error: always_inline function '_mm256_store_si256' requires target feature 'avx', but would be inlined into function 'fillUnsafeAvx__OOZOOZOnimbleZpkgsZpixie4535headZpixieZimages_601' that is compiled without support for 'avx'
- _mm256_store_si256(((void*) (p)), colorVec);
- ^
- /home/luke/.cache/nim/dye_r/@m..@s..@s.nimble@spkgs@spixie-@hhead@spixie@ssimd@savx.nim.c:96:5: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
- 4 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement