summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-17Convert for-if-break construct into do whileMatt Turner
2008-11-17Remove stupid i variable. Don't know why I didn't see this beforeMatt Turner
2008-11-17Convert for-if-break construct to do whileMatt Turner
2008-11-17Convert while(1) loop to do whileMatt Turner
2008-11-17Convert while(1) loop into do whileMatt Turner
2008-11-17Convert for-if-break construct into do-whileMatt Turner
2008-11-17Convert while(1) loop into do whileMatt Turner
2008-11-17Convert while(1) loop into do whileMatt Turner
2008-11-17Convert a while(1) ... break loop into a do whileMatt Turner
2008-11-16Fix ansi/pedantic warningsMatt Turner
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