aboutsummaryrefslogtreecommitdiff
path: root/bench
Commit message (Collapse)AuthorAgeFilesLines
* implement memory aligned versions of some functions.rodri2023-12-011-2/+55
|
* remove instructions recently added to 9front. implemented some tests.rodri2023-11-291-5/+12
|
* corrected tests and reimplemented some functions using 6a's own instructions.rodri2023-11-261-3/+10
| | | | some tests were reporting wrong results when the functions didn't write to the correct memory addresses, because they were reused from the previous test. now those are reset before every run.
* add 3d point sum.rodri2023-11-251-0/+34
|
* cleaned things up and improved the organization a bit.rodri2023-11-252-14/+188
|
* add more avx instructions and a bench9 benchmark file.rodri2023-11-241-0/+134