xo-interpreter2 stack: support op!= + trial numeric refactor
This commit is contained in:
parent
788363dd4c
commit
0f17c52ce8
15 changed files with 172 additions and 17 deletions
|
|
@ -31,6 +31,10 @@ namespace xo {
|
|||
NumericPrimitives::s_cmpeq_gco_gco_pm("_cmpeq",
|
||||
&NumericDispatch::cmp_equal);
|
||||
|
||||
DPrimitive_gco_2_gco_gco
|
||||
NumericPrimitives::s_cmpne_gco_gco_pm("_cmpne",
|
||||
&NumericDispatch::cmp_notequal);
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue