mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
This package is required by tensorflow-lite. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
450 B
Makefile
16 lines
450 B
Makefile
################################################################################
|
|
#
|
|
# psimd
|
|
#
|
|
################################################################################
|
|
|
|
PSIMD_VERSION = 072586a71b55b7f8c584153d223e95687148a900
|
|
PSIMD_SITE = $(call github,Maratyszcza,psimd,$(PSIMD_VERSION))
|
|
PSIMD_LICENSE = MIT
|
|
PSIMD_LICENSE_FILES = LICENSE
|
|
PSIMD_INSTALL_STAGING = YES
|
|
# Only installs a header
|
|
PSIMD_INSTALL_TARGET = NO
|
|
|
|
$(eval $(cmake-package))
|