nova-simd icon indicating copy to clipboard operation
nova-simd copied to clipboard

Results 7 nova-simd issues
Sort by recently updated
recently updated
newest added

After commenting out tests that wouldn't compile (see #10), here are the tests that fail on arm64 on macOS (Apple M1 CPU, Clang): ``` ./simd_binary_tests Running 65 test cases... /path/to/nova-simd/testsuite/test_helper.hpp:50:...

I've tried building the testsuite and I encountered following errors: - missing functions for arm/neon ```sh /path/to/nova-simd/testsuite/vec_test.cpp:104:25: error: no member named 'gen_ones' in 'nova::vec' vec_t ones = vec_t::gen_ones(); ~~~~~~~^ /path/to/nova-simd/testsuite/vec_test.cpp:134:19:...

I'm building as part of SuperCollider with LLVM 11 rc2 on FreeBSD: ``` /tmp/usr/ports/audio/supercollider/work/SuperCollider-3.11.0-Source/external_libraries/nova-simd/vec/vec_int_altivec.hpp:38:23: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing] return...

Hi, while compiling for 32 bits supercollider/develop with mingw 8.1 I get this error (not happening with mingw 7.2) ``` [ 63%] Building CXX object server/plugins/CMakeFiles/LFUGens.dir/LFUGens.cpp.obj In file included from...

Hello, there is an effort to package the Supercollider sc3-plugins for Debian. While doing so, it turned out that both main Supercollider and sc3-plugins need the nova-simd library for building....

Hi, I'm cross-posting this from https://github.com/supercollider/supercollider/issues/1519 - on debian ppc64lel arch, we get a compile failure in nova-simd: ``` /«PKGBUILDDIR»/external_libraries/nova-simd/vec_altivec.hpp: In function 'nova::vec nova::fast_reciprocal(const nova::vec&)': /«PKGBUILDDIR»/external_libraries/nova-simd/vec_altivec.hpp:287:43: error: invalid parameter combination...

after running cmake . then make In file included from /Users/oli/Dev/Libraries/nova-simd/testsuite/../detail/define_macros.hpp:23: /Users/oli/Dev/Libraries/nova-simd/testsuite/../vec/../detail/unroll_helpers.hpp:172:27: fatal error: recursive template instantiation exceeded maximum depth of 256 vec_type result = f(loaded_in1, loaded_in2, loaded_in3, loaded_in4);