Benjins / avx-codegen-fuzzer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Rust 100.0%