TeXitoi / benchmarksgame-rs

The Computer Language Benchmarks Game: Rust implementations
Other
70 stars 19 forks source link

Back out #74 #75

Closed llogiq closed 6 years ago

llogiq commented 6 years ago

Removing the #[inline(never)] was great on my mobile skylake cpu with its beefy caches, but bad on Isaac's poor old Penryn. So let's back out that change again.