comparison scripts/miscellaneous/Makefile.in @ 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 fc81e027c53c
children 31fb919ba0c0
comparison
equal deleted inserted replaced
7788:45f5faba05a2 7789:82be108cc558
38 delete.m dir.m doc.m dos.m dump_prefs.m edit.m \ 38 delete.m dir.m doc.m dos.m dump_prefs.m edit.m \
39 fileattrib.m fileparts.m flops.m fullfile.m getfield.m gunzip.m gzip.m \ 39 fileattrib.m fileparts.m flops.m fullfile.m getfield.m gunzip.m gzip.m \
40 info.m inputname.m ismac.m ispc.m isunix.m license.m list_primes.m ls.m \ 40 info.m inputname.m ismac.m ispc.m isunix.m license.m list_primes.m ls.m \
41 ls_command.m menu.m mex.m mexext.m mkoctfile.m movefile.m \ 41 ls_command.m menu.m mex.m mexext.m mkoctfile.m movefile.m \
42 namelengthmax.m news.m orderfields.m pack.m paren.m parseparams.m perl.m\ 42 namelengthmax.m news.m orderfields.m pack.m paren.m parseparams.m perl.m\
43 run.m semicolon.m setfield.m single.m substruct.m swapbytes.m symvar.m \ 43 run.m semicolon.m setfield.m substruct.m swapbytes.m symvar.m \
44 tar.m tempdir.m tempname.m texas_lotto.m unix.m unpack.m untar.m \ 44 tar.m tempdir.m tempname.m texas_lotto.m unix.m unpack.m untar.m \
45 unzip.m ver.m version.m warning_ids.m what.m xor.m zip.m 45 unzip.m ver.m version.m warning_ids.m what.m xor.m zip.m
46 46
47 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES)) 47 DISTFILES = $(addprefix $(srcdir)/, Makefile.in $(SOURCES))
48 48