Skip to content

Return 0-values for XGETBV64 and CPUID64 when CRYPTOPP_DISABLE_ASM is… #736

Return 0-values for XGETBV64 and CPUID64 when CRYPTOPP_DISABLE_ASM is…

Return 0-values for XGETBV64 and CPUID64 when CRYPTOPP_DISABLE_ASM is… #736

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make all
- name: make test
run: make test