AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Intrinsic benchmarks & Performance tracing #52

Closed ralfbiedert closed 6 years ago

ralfbiedert commented 6 years ago

Changes:

test arch::x86::intrin::sum::tests::test_packed_sum_i64x8 ... ok
🚄 faster is using HARDWARE acceleration here (src/arch/x86/intrin/sum.rs:56).
â›” faster is using SOFTWARE emulation here (src/arch/x86/intrin/sum.rs:259).
🚄 faster is using HARDWARE acceleration here (src/arch/x86/intrin/sum.rs:168).
🚄 faster is using HARDWARE acceleration here (src/arch/x86/intrin/cmp.rs:21).
AdamNiederer commented 6 years ago

This looks fantastic; thank you!