index
:
cleanbench
master
a clean nbench
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cleanbench.c
Age
Commit message (
Expand
)
Author
2008-11-16
Fix ansi/pedantic warnings
Matt Turner
2008-11-16
Delete hardware.h, move prototype directly into cleanbench.c
Matt Turner
2008-11-16
Clean up cleanbench.c nicely
Matt Turner
2008-11-16
-- Remove getScore functions
Matt Turner
2008-11-15
Use stdbool.h, bool, true, false instead of manually defining
Matt Turner
2008-11-15
-- Reorder benchmarks to simplify results calculation logic
Matt Turner
2008-11-15
More minor cleanups
Matt Turner
2008-11-15
Begin major cleanup of cleanbench.c
Matt Turner
2008-11-15
-- Remove structs completely
Matt Turner
2008-11-15
Move linear defines from nmglobal.h to linear.c
Matt Turner
2008-11-15
Clean neural struct
Matt Turner
2008-11-15
Clean huffman struct. Replace with local static variables
Matt Turner
2008-11-15
Clean IDEA struct. Replace with local static variables
Matt Turner
2008-11-15
Clean out fpemulation struct. Replace members with local static variables
Matt Turner
2008-11-15
Continue replacing struct members with local variables
Matt Turner
2008-11-14
More cleaning of useless mess
Matt Turner
2008-11-14
Remove adjust struct member in favor of a local static variable
Matt Turner
2008-11-14
-- Remove useless request_secs from structs
Matt Turner
2008-11-14
-- Remove more useless stuff
Matt Turner
2008-11-14
Remove more useless stuff
Matt Turner
2008-11-14
Strip command line input functions
Matt Turner
2008-11-14
Remove #defines, replace with enum
Matt Turner
2008-11-14
-- Rename nbench0.{c,h} to cleanbench.{c,h}
Matt Turner