Add vector powf

Essentially the scalar powf algorithm is used for each element in the
vector just inlined for better scheduling and simpler special case
handling. The log polynomial is smaller as less accuracy is enough.

Worst-case error is 2.6 ulp.
7 files changed
tree: 2e5fe02ff810134efff2ad534b0a8c2e61e075c0
  1. math/
  2. string/
  3. .gitignore
  4. config.mk.dist
  5. LICENSE
  6. Makefile
  7. README