xo-interpreter2 stack: use xo-numeric/ to support op*

This commit is contained in:
Roland Conybeare 2026-02-18 22:00:30 -08:00
commit 02f96d2e95
3 changed files with 11 additions and 0 deletions

View file

@ -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
*