1cb85a5cb1
This package is required by tensorflow-lite. Tested-by: Stefan Hager <stefan.hager@ginzinger.com> Signed-off-by: Stefan Hager <stefan.hager@ginzinger.com> Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
config BR2_PACKAGE_GEMMLOWP
|
|
bool "gemmlowp"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
|
help
|
|
Low-precision matrix multiplication.
|
|
|
|
https://github.com/google/gemmlowp
|
|
|
|
comment "gemmlowp needs a toolchain w/ C++11"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|