diff liboctave/Array-ch.cc @ 10908:c98a0d05b24a

inline char sorts for small boost to sortrows of char matrices
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 24 Aug 2010 12:18:57 +0200
parents a3635bc1ea19
children fd0a3ac60b0e
line wrap: on
line diff
--- a/liboctave/Array-ch.cc	Mon Aug 23 15:57:37 2010 -0400
+++ b/liboctave/Array-ch.cc	Tue Aug 24 12:18:57 2010 +0200
@@ -29,6 +29,8 @@
 
 #include "Array.h"
 #include "Array.cc"
+#define INLINE_ASCENDING_SORT
+#define INLINE_DESCENDING_SORT
 #include "oct-sort.cc"
 
 INSTANTIATE_ARRAY_SORT (char);