Skip to content

formosa-crypto/arch-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-specs

checkspecs CI

Repository for architecture-level specification checks, centered on validating AVX2 specs against reference implementations / hardware.

Repository Layout

  • checkspecs/: OCaml/Dune project containing the checkspecs executable.
  • specs/: current specification files to validate (for example specs/avx2.spec).

Local Build and Run

From repository root:

cd checkspecs
opam install . --deps-only -y
opam exec -- dune build src/checkspecs.exe
opam exec -- dune exec checkspecs -- -n 10000 ../specs/avx2.spec

Optional filtering by instruction name:

opam exec -- dune exec checkspecs -- -n 10000 --filter VPAND ../specs/avx2.spec

About

Spec files and fuzzing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors