2022-12-07 20:16:34 +01:00
|
|
|
config BR2_PACKAGE_GEMMLOWP
|
|
|
|
bool "gemmlowp"
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2023-04-25 13:16:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
2022-12-07 20:16:34 +01:00
|
|
|
help
|
|
|
|
Low-precision matrix multiplication.
|
|
|
|
|
|
|
|
https://github.com/google/gemmlowp
|
2023-04-25 13:16:50 +02:00
|
|
|
|
|
|
|
comment "gemmlowp needs a toolchain w/ C++11"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|