package/neon-2-sse: new package

This package is required by tensorflow-lite.

Tested-by: Stefan Hager <stefan.hager@ginzinger.com>
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
James Hilliard 2023-01-27 07:10:50 -07:00 committed by Yann E. MORIN
parent 730e50f520
commit ee399a8689
5 changed files with 29 additions and 0 deletions

View File

@ -1344,6 +1344,7 @@ F: package/lua-std-debug/
F: package/lua-std-normalize/
F: package/lilv/
F: package/lv2/
F: package/neon-2-sse/
F: package/pipewire/
F: package/python-aioconsole/
F: package/python-aiodns/

View File

@ -2107,6 +2107,7 @@ endif
source "package/msgpack/Config.in"
source "package/musl-compat-headers/Config.in"
source "package/musl-fts/Config.in"
source "package/neon-2-sse/Config.in"
source "package/openblas/Config.in"
source "package/orc/Config.in"
source "package/p11-kit/Config.in"

View File

@ -0,0 +1,9 @@
config BR2_PACKAGE_NEON_2_SSE
bool "neon-2-sse"
help
The platform independent header allowing to compile any
C/C++ code containing ARM NEON intrinsic functions for
x86 target systems using SIMD up to SSE4 intrinsic
functions.
https://github.com/intel/ARM_NEON_2_x86_SSE

View File

@ -0,0 +1,4 @@
# Locally calculated
sha256 019fbc7ec25860070a1d90e12686fc160cfb33e22aa063c80f52b363f1361e9d neon-2-sse-a15b489e1222b2087007546b4912e21293ea86ff.tar.gz
# License files, locally calculated
sha256 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# neon-2-sse
#
################################################################################
NEON_2_SSE_VERSION = a15b489e1222b2087007546b4912e21293ea86ff
NEON_2_SSE_SITE = $(call github,intel,ARM_NEON_2_x86_SSE,$(NEON_2_SSE_VERSION))
NEON_2_SSE_LICENSE = BSD-2-Clause
NEON_2_SSE_LICENSE_FILES = LICENSE
NEON_2_SSE_INSTALL_STAGING = YES
NEON_2_SSE_INSTALL_TARGET = NO
$(eval $(cmake-package))