Skip to content

Commit

Permalink
WIP add avx version of libm's powf
Browse files Browse the repository at this point in the history
Intentionally missing several edge case conditionals like accounting
for negative exponents and NaNs as inputs, because I know in advance
what my library will use as inputs already. (i.e. even when finished,
don't copy this into any other lib without passing a test suite first)
  • Loading branch information
TooManyBees committed Aug 21, 2020
1 parent 8231ba0 commit 47919fc
Showing 1 changed file with 605 additions and 0 deletions.
Loading

0 comments on commit 47919fc

Please sign in to comment.