Skip to content

x86 avx512 permutexvar: implement mm256_permutexvar_pd directly, without casting #420

x86 avx512 permutexvar: implement mm256_permutexvar_pd directly, without casting

x86 avx512 permutexvar: implement mm256_permutexvar_pd directly, without casting #420

Workflow file for this run

name: Lint GitHub Actions workflows
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash