Skip to content

New x86 instruction sets: bmi1, bmi2, avx_vnni, amx_* #24

New x86 instruction sets: bmi1, bmi2, avx_vnni, amx_*

New x86 instruction sets: bmi1, bmi2, avx_vnni, amx_* #24

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Autoreconf
run: autoreconf -vi
- name: Configure
run: ./configure -C
- name: Distcheck
run: make -j$(nproc) distcheck