Skip to content

x86: Add support of vpclmulqdq and avx512 flags #14

x86: Add support of vpclmulqdq and avx512 flags

x86: Add support of vpclmulqdq and avx512 flags #14

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