/avx-codegen-fuzzer

A fuzzer targeting the codegen of Intel SIMD intrinsics in C++ compilers

Primary LanguageRustMIT LicenseMIT

avx-codegen-fuzzer

This is an attempt to make a very specific fuzzer for C++ compilers, focusing on Intel's SIMD intrinsics and correct codegen.

This probably won't work out of the box, it's mostly something I did for my own purposes. I hope to have more information here soon.