ispc: enable aarch64

This commit is contained in:
Andrea Brancaleoni 2023-04-02 08:09:01 +09:00
parent d2741d4d0a
commit ecda55131a
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'ispc'
pkgname=ispc
version=1.19.0
revision=1
archs="x86_64*"
revision=2
archs="aarch64* x86_64*"
build_style=cmake
configure_args="-DARM_ENABLED=OFF -DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF"
configure_args="-DISPC_INCLUDE_EXAMPLES=OFF -DISPC_INCLUDE_RT=OFF"
hostmakedepends="clang clang-tools-extra python3 m4 bison flex llvm"
makedepends="ncurses-devel ncurses-libtinfo-devel zlib-devel"
short_desc="Compiler for high-performance SIMD programming on the CPU"