Skip to content

Commit deb38ea

Browse files
committed
chore: remove fast_nextafter
1 parent 8122537 commit deb38ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numba_cuda/numba/cuda/mathimpl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868

6969
binarys_fastmath = {}
7070
binarys_fastmath["powf"] = "fast_powf"
71-
binarys_fastmath["nextafterf"] = "fast_nextafterf"
7271

7372

7473
@lower(math.isinf, types.Integer)

0 commit comments

Comments
 (0)