aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/hwaccelrated
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-093-3/+3
|
* Fix format string (Use PRId64 macro when argument type is int64_t).Tor Egge2021-12-111-2/+3
|
* - Extend test to cover iterations in outer loop.Henning Baldersheim2021-11-261-7/+8
| | | | | - Rename for clarity. - Fix logic bug checking for fallback.
* - Add optimisation of int8_t squared euclidian distance.Henning Baldersheim2021-11-254-8/+84
| | | | - Also add a benchmark.
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
|
* Followup from code review.Henning Baldersheim2020-03-102-9/+10
| | | | | | - Update copyright - euclidian -> euclidean - better testdata.
* Add a euclidian distance that is optimal for avx, avx2 and avx512.Henning Baldersheim2020-03-102-0/+47