Skip to content

Commit

Permalink
Merge pull request #23161 from mattip/npy_nextafter
Browse files Browse the repository at this point in the history
BLD: remove redundant definition of npy_nextafter [wheel build]
  • Loading branch information
charris committed Feb 5, 2023
2 parents bc47a5b + ed09037 commit de0ee41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numpy/core/src/npymath/arm64_exports.c
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 de0ee41

Please sign in to comment.