xo-numeric: + less than dispatch (also in schematika parser)
This commit is contained in:
parent
a62bb4cec8
commit
5791cd59ce
12 changed files with 83 additions and 13 deletions
|
|
@ -35,6 +35,10 @@ namespace xo {
|
|||
NumericPrimitives::s_cmpne_gco_gco_pm("_cmpne",
|
||||
&NumericDispatch::cmp_notequal);
|
||||
|
||||
DPrimitive_gco_2_gco_gco
|
||||
NumericPrimitives::s_cmplt_gco_gco_pm("_cmplt",
|
||||
&NumericDispatch::cmp_less);
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue