Skip to content

Commit

Permalink
bender: add missing math functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Oct 20, 2023
1 parent 1d6a06c commit c3062f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,19 @@ vendor_package:
- "Makefile"
- ".gitignore"
- "README"
- "src/math/ceil.c"
- "src/math/ceilf.c"
- "src/math/ceill.c"
- "src/math/expm1.c"
- "src/math/expf.c"
- "src/math/exp2f_data.c"
- "src/math/exp2f_data.h"
- "src/math/log2.c"
- "src/math/log2_data.c"
- "src/math/log2_data.h"
- "src/math/log2f.c"
- "src/math/log2f_data.c"
- "src/math/log2f_data.h"
- "src/math/__math_divzero.c"
- "src/math/__math_invalid.c"
- "src/math/__math_invalidf.c"
Expand Down

0 comments on commit c3062f5

Please sign in to comment.