Commit graph

2 commits

Author SHA1 Message Date
Alexey Dokuchaev
3ac3eab64c math/fastops: use better program names; run, but don't install the test. 2021-10-29 11:37:23 +00:00
Alexey Dokuchaev
3b8065a2ad math/fastops: new port had been added (+)
This small library enables acceleration of bulk calls of certain math
functions on AVX and AVX2 hardware.  Currently supported operations are
exp, log, sigmoid, and tanh.  The library is designed with extensibility
in mind.

Restrict the port to amd64 as it's inherently useless anywhere else and
does not even build at least on i386.

WWW: https://github.com/yandex/fastops
2021-10-29 10:49:55 +00:00