Skip to content

Commit

Permalink
addpkg(main/simde): Implementations of SIMD instructions for all systems
Browse files Browse the repository at this point in the history
Used by newer `kitty` versions. Also seems to have some momementum
and might be useful in general when building some codebases on devices:

- https://github.com/simd-everywhere/simde
- https://wiki.debian.org/SIMDEverywhere
  • Loading branch information
fornwall committed Sep 27, 2024
1 parent 407f293 commit e8f3839
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/simde/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://simd-everywhere.github.io/
TERMUX_PKG_DESCRIPTION="Implementations of SIMD instructions for all systems"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.8.2
TERMUX_PKG_SRCURL=https://github.com/simd-everywhere/simde/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=ed2a3268658f2f2a9b5367628a85ccd4cf9516460ed8604eed369653d49b25fb
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-Dtests=false"

0 comments on commit e8f3839

Please sign in to comment.