Advertisement
Guest User

Untitled

a guest
Jul 24th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.17 KB | None | 0 0
  1. # export CC="zigcc"
  2. # nim --cc:env -d:release c  src/dye.nim  
  3.  
  4. /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'
  5.         alphaMask = _mm256_set1_epi32(((NI32) (IL64(4278190080))));
  6.                     ^
  7. /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
  8. /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'
  9.         oddMask = _mm256_set1_epi16(((NI) 65280));
  10.                   ^
  11. /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
  12. /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'
  13.         div255 = _mm256_set1_epi16(((NI) 32897));
  14.                  ^
  15. /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
  16. /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'
  17.                                 values = _mm256_loadu_si256(((void*) ((&(*data)->data[i]))));
  18.                                          ^
  19. /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
  20. /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'
  21.                                 alpha = _mm256_and_si256(values, alphaMask);
  22.                                         ^
  23. /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
  24. /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'
  25.                                 eq = _mm256_cmpeq_epi8(values, alphaMask);
  26.                                      ^
  27. /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
  28. /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'
  29.                                         T7_ = _mm256_movemask_epi8(eq);
  30.                                               ^
  31. /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
  32. /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'
  33.                                         T10_ = _mm256_srli_epi32(alpha, ((NI) 16));
  34.                                                ^
  35. /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
  36. /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'
  37.                                         evenMultiplier = _mm256_or_si256(alpha, T10_);
  38.                                                          ^
  39. /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
  40. /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'
  41.                                         oddMultiplier = _mm256_or_si256(evenMultiplier, alphaMask);
  42.                                                         ^
  43. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  44. 20 errors generated.
  45. 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
  46.  
  47.  
  48. /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'
  49.         colorVec = _mm256_set1_epi32(LOC5.dest);
  50.                    ^
  51. /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
  52. /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'
  53.                                 _mm256_store_si256(((void*) (p)), colorVec);
  54.                                 ^
  55. /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
  56. 4 errors generated.
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement