Package Details: vapoursynth-plugin-reconstruct-git 0.1.0.0.g36eec61-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-reconstruct-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-reconstruct-git
Description: Plugin for Vapoursynth: reconstruct (GIT version)
Upstream URL: https://github.com/Irrational-Encoding-Wizardry/vapoursynth-reconstruct.git
Licenses: GPL
Conflicts: vapoursynth-plugin-reconstruct
Provides: vapoursynth-plugin-reconstruct
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 0
Popularity: 0.000000
First Submitted: 2023-08-31 15:59 (UTC)
Last Updated: 2023-09-18 16:50 (UTC)

Latest Comments

sl1pkn07 commented on 2023-09-18 16:52 (UTC)

please test now

Win8Error commented on 2023-09-18 11:36 (UTC)

Build failed

==> Starting build()...
make: Entering directory '/build/vapoursynth-plugin-reconstruct-git/src/reconstruct'
g++ -c -std=c++17 -I./kernel -I/usr/include/vapoursynth  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -fPIC  -o kernel/cpufeatures.o kernel/cpufeatures.cpp
g++ -c -std=c++17 -I./kernel -I/usr/include/vapoursynth  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -fPIC  -o kernel/cpulevel.o kernel/cpulevel.cpp
g++ -c -std=c++17 -I. -I/usr/include/vapoursynth  -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS  -fPIC -o recon.o recon.cpp
In file included from recon.cpp:44:
recon_func.h: In function ‘const VSFrame* reconstructGetFrame_ps(int, int, void*, void**, VSFrameContext*, VSCore*, const VSAPI*) [with bool simd = true; bool got_intercept = false]’:
recon_func.h:35:15: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi]
   35 |         SIMDT scale = MANGLE_NAME(set1)(wa);
      |               ^~~~~
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/immintrin.h:43,
                 from recon.cpp:10:
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:1327:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_set1_ps(float)’: target specific option mismatch
 1327 | _mm256_set1_ps (float __A)
      | ^~~~~~~~~~~~~~
recon_func.h:35:40: note: called from here
   35 |         SIMDT scale = MANGLE_NAME(set1)(wa);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:1327:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_set1_ps(float)’: target specific option mismatch
 1327 | _mm256_set1_ps (float __A)
      | ^~~~~~~~~~~~~~
recon_func.h:40:46: note: called from here
   40 |                 SIMDT acc = MANGLE_NAME(set1)(0.0f);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:879:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_load_ps(const float*)’: target specific option mismatch
  879 | _mm256_load_ps (float const *__P)
      | ^~~~~~~~~~~~~~
recon_func.h:39:48: note: called from here
   39 |                 SIMDT value = MANGLE_NAME(load)(&(nodePlane[j * stride + i]));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:147:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_add_ps(__m256, __m256)’: target specific option mismatch
  147 | _mm256_add_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:56:51: note: called from here
   56 |                             acc = MANGLE_NAME(add)(acc, MANGLE_NAME(mul)(MANGLE_NAME(mul)(value, slope), weight));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:318:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_mul_ps(__m256, __m256)’: target specific option mismatch
  318 | _mm256_mul_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:56:51: note: called from here
   56 |                             acc = MANGLE_NAME(add)(acc, MANGLE_NAME(mul)(MANGLE_NAME(mul)(value, slope), weight));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:318:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_mul_ps(__m256, __m256)’: target specific option mismatch
  318 | _mm256_mul_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:56:51: note: called from here
   56 |                             acc = MANGLE_NAME(add)(acc, MANGLE_NAME(mul)(MANGLE_NAME(mul)(value, slope), weight));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:879:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_load_ps(const float*)’: target specific option mismatch
  879 | _mm256_load_ps (float const *__P)
      | ^~~~~~~~~~~~~~
recon_func.h:49:57: note: called from here
   49 |                         SIMDT weight = MANGLE_NAME(load)(&(weightsPlane[y * stride + x]));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:879:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_load_ps(const float*)’: target specific option mismatch
  879 | _mm256_load_ps (float const *__P)
      | ^~~~~~~~~~~~~~
recon_func.h:48:56: note: called from here
   48 |                         SIMDT slope = MANGLE_NAME(load)(&(slopePlane[y * stride + x]));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:885:1: error: inlining failed in call to ‘always_inline’ ‘void _mm256_store_ps(float*, __m256)’: target specific option mismatch
  885 | _mm256_store_ps (float *__P, __m256 __A)
      | ^~~~~~~~~~~~~~~
recon_func.h:62:35: note: called from here
   62 |                 MANGLE_NAME(store)(&(outputPlane[j * stride + i]), final);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:318:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_mul_ps(__m256, __m256)’: target specific option mismatch
  318 | _mm256_mul_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:61:47: note: called from here
   61 |                 SIMDT final = MANGLE_NAME(mul)(acc, scale);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:1327:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_set1_ps(float)’: target specific option mismatch
 1327 | _mm256_set1_ps (float __A)
      | ^~~~~~~~~~~~~~
recon_func.h:35:40: note: called from here
   35 |         SIMDT scale = MANGLE_NAME(set1)(wa);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:1327:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_set1_ps(float)’: target specific option mismatch
 1327 | _mm256_set1_ps (float __A)
      | ^~~~~~~~~~~~~~
recon_func.h:40:46: note: called from here
   40 |                 SIMDT acc = MANGLE_NAME(set1)(0.0f);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:879:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_load_ps(const float*)’: target specific option mismatch
  879 | _mm256_load_ps (float const *__P)
      | ^~~~~~~~~~~~~~
recon_func.h:39:48: note: called from here
   39 |                 SIMDT value = MANGLE_NAME(load)(&(nodePlane[j * stride + i]));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:147:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_add_ps(__m256, __m256)’: target specific option mismatch
  147 | _mm256_add_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:56:51: note: called from here
   56 |                             acc = MANGLE_NAME(add)(acc, MANGLE_NAME(mul)(MANGLE_NAME(mul)(value, slope), weight));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:318:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_mul_ps(__m256, __m256)’: target specific option mismatch
  318 | _mm256_mul_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:56:51: note: called from here
   56 |                             acc = MANGLE_NAME(add)(acc, MANGLE_NAME(mul)(MANGLE_NAME(mul)(value, slope), weight));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:318:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_mul_ps(__m256, __m256)’: target specific option mismatch
  318 | _mm256_mul_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:56:51: note: called from here
   56 |                             acc = MANGLE_NAME(add)(acc, MANGLE_NAME(mul)(MANGLE_NAME(mul)(value, slope), weight));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:879:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_load_ps(const float*)’: target specific option mismatch
  879 | _mm256_load_ps (float const *__P)
      | ^~~~~~~~~~~~~~
recon_func.h:49:57: note: called from here
   49 |                         SIMDT weight = MANGLE_NAME(load)(&(weightsPlane[y * stride + x]));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:879:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_load_ps(const float*)’: target specific option mismatch
  879 | _mm256_load_ps (float const *__P)
      | ^~~~~~~~~~~~~~
recon_func.h:48:56: note: called from here
   48 |                         SIMDT slope = MANGLE_NAME(load)(&(slopePlane[y * stride + x]));
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:885:1: error: inlining failed in call to ‘always_inline’ ‘void _mm256_store_ps(float*, __m256)’: target specific option mismatch
  885 | _mm256_store_ps (float *__P, __m256 __A)
      | ^~~~~~~~~~~~~~~
recon_func.h:62:35: note: called from here
   62 |                 MANGLE_NAME(store)(&(outputPlane[j * stride + i]), final);
/usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1/include/avxintrin.h:318:1: error: inlining failed in call to ‘always_inline’ ‘__m256 _mm256_mul_ps(__m256, __m256)’: target specific option mismatch
  318 | _mm256_mul_ps (__m256 __A, __m256 __B)
      | ^~~~~~~~~~~~~
recon_func.h:61:47: note: called from here
   61 |                 SIMDT final = MANGLE_NAME(mul)(acc, scale);
make: *** [Makefile:4: all] Error 1
make: Leaving directory '/build/vapoursynth-plugin-reconstruct-git/src/reconstruct'
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /StorageSSD/ArchBuild/extra-x86_64/yuki/build