summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-16Delete hardware.h, move prototype directly into cleanbench.cMatt Turner
2008-11-16Clean MakefileMatt Turner
2008-11-16Clean up cleanbench.c nicelyMatt Turner
2008-11-16-- Remove getScore functionsMatt Turner
2008-11-15Use stdbool.h, bool, true, false instead of manually definingMatt Turner
2008-11-15-- Reorder benchmarks to simplify results calculation logicMatt Turner
2008-11-15Remove example filesMatt Turner
2008-11-15Hack it to detect glibc on LinuxMatt Turner
2008-11-15More minor cleanupsMatt Turner
2008-11-15Begin major cleanup of cleanbench.cMatt Turner
2008-11-15Remove inline keyword since functions are being called from a pointerMatt Turner
2008-11-15-- Remove structs completelyMatt Turner
2008-11-15Move linear defines from nmglobal.h to linear.cMatt Turner
2008-11-15Clean neural structMatt Turner
2008-11-15Clean huffman struct. Replace with local static variablesMatt Turner
2008-11-15Clean IDEA struct. Replace with local static variablesMatt Turner
2008-11-15Clean out fpemulation struct. Replace members with local static variablesMatt Turner
2008-11-15Continue replacing struct members with local variablesMatt Turner
2008-11-14More cleaning of useless messMatt Turner
2008-11-14num_arrays should be staticMatt Turner
2008-11-14Remove adjust struct member in favor of a local static variableMatt Turner
2008-11-14-- Remove numarrays member from structs in favor of a local variableMatt Turner
2008-11-14-- Remove more useless definesMatt Turner
2008-11-14-- Remove useless request_secs from structsMatt Turner
2008-11-14Multiply, not divideMatt Turner
2008-11-14-- Remove more useless stuffMatt Turner
2008-11-14Remove more useless stuffMatt Turner
2008-11-14Strip command line input functionsMatt Turner
2008-11-14Remove #defines, replace with enumMatt Turner
2008-11-14Fix MakefileMatt Turner
2008-11-14-- Fix lots of prototypesMatt Turner
2008-11-14Remove unneeded variablesMatt Turner
2008-11-14-- Rename nbench0.{c,h} to cleanbench.{c,h}Matt Turner
2008-11-14Create randnum.h, include in relevant placesMatt Turner
2008-11-14-- Kill off utterly useless sysspec.{c,h}Matt Turner
2008-11-14Finally kill nbench1.hMatt Turner
2008-11-14-- Finally remove all stop watch codeMatt Turner
2008-11-14-- Remove stop watch functions from neural.c and emfloat.cMatt Turner
2008-11-14-- Remove stop watch functions from idea.c, linear.c, and huffman.cMatt Turner
2008-11-14-- Remove stopwatch functions from fourier.c and fpemulation.c and clean themMatt Turner
2008-11-14-- Remove stop watch functions from assignment.cMatt Turner
2008-11-14-- Remove stop watch functions from bitfield.cMatt Turner
2008-11-14-- Remove useless stop watch functions from numsort.c and stringsort.cMatt Turner
2008-11-13-- Remove more Win31/DOS/Mac cruftMatt Turner
2008-11-13-- Remove Win31, DOS, and Mac cruftMatt Turner
2008-11-13-- Begin stripping useless timing function wrappers and definesMatt Turner
2008-11-13-- Replace LINUX define with standard __linux__Matt Turner
2008-11-13Remove AllocateMemory, FreeMemory, MoveMemory, ErrorExit, and ReportError fun...Matt Turner
2008-11-13-- fix tests. For some reason commenting out a prototype or two in nbench1.h ...Matt Turner
2008-11-13-- Still working toward killing nbench1.hMatt Turner