|
@@ -1,20 +1,15 @@
|
|
comment "volk needs a toolchain w/ C++, NPTL, wchar, dynamic library"
|
|
comment "volk needs a toolchain w/ C++, NPTL, wchar, dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS
|
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
|
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_PACKAGE_VOLK
|
|
config BR2_PACKAGE_VOLK
|
|
bool "volk"
|
|
bool "volk"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on !BR2_STATIC_LIBS
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
depends on BR2_USE_MMU # use fork()
|
|
depends on BR2_USE_MMU # use fork()
|
|
- depends on BR2_USE_WCHAR # boost
|
|
|
|
- depends on BR2_TOOLCHAIN_SUPPORTS_ALWAYS_LOCKFREE_ATOMIC_INTS # boost-filesystem
|
|
|
|
- select BR2_PACKAGE_BOOST
|
|
|
|
- select BR2_PACKAGE_BOOST_FILESYSTEM
|
|
|
|
- select BR2_PACKAGE_BOOST_SYSTEM
|
|
|
|
help
|
|
help
|
|
VOLK is the Vector-Optimized Library of Kernels. It is a
|
|
VOLK is the Vector-Optimized Library of Kernels. It is a
|
|
library that contains kernels of hand-written SIMD code
|
|
library that contains kernels of hand-written SIMD code
|