Skip to content

fix: replace vm*vq_u8 by vm*vq_u32 for better performance under some … #198

fix: replace vm*vq_u8 by vm*vq_u32 for better performance under some …

fix: replace vm*vq_u8 by vm*vq_u32 for better performance under some … #198

Workflow file for this run

name: Ubuntu aarch64 (GCC 11)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
name: Test
id: runcmd
with:
arch: aarch64
githubToken: ${{ github.token }}
distro: ubuntu_latest
install: |
apt-get update -q -y
apt-get install -y cmake make g++
run: |
cmake -DCMAKE_BUILD_TYPE=Release -DSIMDUTF_ALWAYS_INCLUDE_FALLBACK=ON -B build
cmake --build build -j=2