Skip to content

Commit

Permalink
BLD: remove redundant definition of npy_nextafter [wheel build]
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 5, 2023
1 parent bc47a5b commit ed09037
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/core/src/npymath/arm64_exports.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ double npy_log1p(double x) {
return log1p(x);
}

double npy_nextafter(double x, double y) {
return nextafter(x, y);
}

#endif

0 comments on commit ed09037

Please sign in to comment.