Skip to content

Commit

Permalink
map vectorapply op
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Oct 11, 2018
1 parent 96714f3 commit 20d0a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/moar/QAST/QASTOperationsMAST.nqp
Expand Up @@ -3071,6 +3071,8 @@ QAST::MASTOperations.add_core_moarop_mapping('hllboolfor', 'hllboolfor');
QAST::MASTOperations.add_core_moarop_mapping('decodelocaltime', 'decodelocaltime');
QAST::MASTOperations.add_core_moarop_mapping('fork', 'fork');

QAST::MASTOperations.add_core_moarop_mapping('vectorapply', 'vectorapply');

sub push_op(@dest, str $op, *@args) {
nqp::push(@dest, MAST::Op.new_with_operand_array( :$op, @args ));
}
Expand Down

0 comments on commit 20d0a73

Please sign in to comment.