Skip to content

Commit aa20f03

Browse files
committed
add nqp::isspecial_n alias for pir::is_inf_or_nan__In
1 parent d5649fd commit aa20f03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PAST/NQP.pir

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ entry to produce the node to be returned.
477477
maphash['log_n'] = 'ln__NN'
478478
maphash['exp_n'] = 'exp__Nn'
479479

480+
maphash['isspecial_n'] = 'is_inf_or_nan__In'
481+
480482
# trig opcodes
481483
maphash['sin_n'] = 'sin__NN'
482484
maphash['asin_n'] = 'asin__NN'

0 commit comments

Comments
 (0)