Skip to content

Commit 1e87016

Browse files
elysia-bestmr-c
authored andcommitted
x86/avx, avx2: use SIMDE_LOONGARCH_LSX_NATIVE guard for Loongarch LSX intrinsics
1 parent 24614ad commit 1e87016

4 files changed

Lines changed: 267 additions & 61 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ jobs:
4545
- name: Check formatting
4646
run: .github/workflows/formatting.bash
4747

48+
conditional-inclusion:
49+
runs-on: ubuntu-slim
50+
steps:
51+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
52+
with:
53+
fetch-depth: 2
54+
persist-credentials: false
55+
- name: Install python3
56+
run: sudo apt-get update && sudo apt-get install -y python3
57+
- name: Check conditional inclusion for LoongArch
58+
run: test/check-loongarch-guards.py
59+
4860
x86:
4961
runs-on: ubuntu-24.04
5062
strategy:

0 commit comments

Comments
 (0)