diff src/OPERATORS/op-ui32-ui32.cc @ 7789:82be108cc558

First attempt at single precision tyeps * * * corrections to qrupdate single precision routines * * * prefer demotion to single over promotion to double * * * Add single precision support to log2 function * * * Trivial PROJECT file update * * * Cache optimized hermitian/transpose methods * * * Add tests for tranpose/hermitian and ChangeLog entry for new transpose code
author David Bateman <dbateman@free.fr>
date Sun, 27 Apr 2008 22:34:17 +0200
parents a1dbe9d80eee
children 283989f2da9b
line wrap: on
line diff
--- a/src/OPERATORS/op-ui32-ui32.cc	Wed May 14 18:09:56 2008 +0200
+++ b/src/OPERATORS/op-ui32-ui32.cc	Sun Apr 27 22:34:17 2008 +0200
@@ -69,9 +69,13 @@
 #include "ov-uint64.h"
 #include "ov-uint8.h"
 #include "ov-scalar.h"
+#include "ov-float.h"
 #include "ov-complex.h"
+#include "ov-flt-complex.h"
 #include "ov-re-mat.h"
+#include "ov-flt-re-mat.h"
 #include "ov-cx-mat.h"
+#include "ov-flt-cx-mat.h"
 #include "ov-typeinfo.h"
 #include "ops.h"
 #include "xdiv.h"