diff src/ov-base.h @ 9743:26abff55f6fe

optimize bsxfun for common built-in operations
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 20 Oct 2009 10:47:22 +0200
parents 34d6f005db4b
children 0df32e0b2074
line wrap: on
line diff
--- a/src/ov-base.h	Mon Oct 19 19:17:49 2009 -0700
+++ b/src/ov-base.h	Tue Oct 20 10:47:22 2009 +0200
@@ -71,7 +71,8 @@
   btyp_uint64,
   btyp_char,
   btyp_bool,
-  btyp_unknown
+  btyp_unknown,
+  btyp_num_types = btyp_unknown
 };
 
 template <class T>