xo-interpreter2 stack: use xo-numeric/ to support op*
This commit is contained in:
parent
e75af5bb4f
commit
02f96d2e95
3 changed files with 11 additions and 0 deletions
|
|
@ -15,12 +15,14 @@ namespace xo {
|
|||
#endif
|
||||
|
||||
struct Primitives {
|
||||
#ifdef OBSOLETE // see xo-numeric/src/numeric/NumericPrimitives.cpp
|
||||
/** polymorphic multiply
|
||||
*
|
||||
* TODO: this will want to move to xo-numeric/
|
||||
* so we can dispatch on vector, matrix, function types
|
||||
**/
|
||||
static DPrimitive_gco_2_gco_gco s_mul_gco_gco_pm;
|
||||
#endif
|
||||
|
||||
/** polymorphic subtract
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue