Skip to content

Instantly share code, notes, and snippets.

View mayah's full-sized avatar

mayah mayah

View GitHub Profile
#![feature(test)]
#![feature(cfg_target_feature)]
extern crate x86intrin;
extern crate test;
use test::black_box as bb;
use test::Bencher as B;
use x86intrin::*;