diff scripts/ChangeLog @ 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 9a656cd34f34
children df9519e9990c
line wrap: on
line diff
--- a/scripts/ChangeLog	Wed May 14 18:09:56 2008 +0200
+++ b/scripts/ChangeLog	Sun Apr 27 22:34:17 2008 +0200
@@ -1,3 +1,8 @@
+2008-05-20  David Bateman  <dbateman@free.fr>
+
+	* miscellaneous/single.m: Remove.
+	* Makefile.in (SOURCES): Remove it here as well.
+
 2008-05-20  David Bateman  <dbateman@free.fr>
 
 	* general/interp1q.m: New function.