Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 264 Bytes

File metadata and controls

1 lines (1 loc) · 264 Bytes

Small project containing assembly benchmarks; made as a sanity check and to investigate SIMD performance somehow(?) being slower in Java than scalar despite emitted native code being correct. Currently just compares computing dot product with C vs DPPS on x86.