diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
| commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
| tree | c76120c2c138faed822e4ae386be6ef22a738a78 /baseline/source/adpcm_dec/ChangeLog.txt | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'baseline/source/adpcm_dec/ChangeLog.txt')
| -rw-r--r-- | baseline/source/adpcm_dec/ChangeLog.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/baseline/source/adpcm_dec/ChangeLog.txt b/baseline/source/adpcm_dec/ChangeLog.txt new file mode 100644 index 0000000..b9c4f96 --- /dev/null +++ b/baseline/source/adpcm_dec/ChangeLog.txt | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | File: minver.c | ||
| 2 | Original provenience: SNU-RT Benchmark Suite for Worst Case Timing Analysis | ||
| 3 | |||
| 4 | 2016-02-26: | ||
| 5 | - Added TACLeBench header to line 1 | ||
| 6 | - Rename global variable a to minver_a | ||
| 7 | - Rename global variable b to minver_b | ||
| 8 | - Rename global variable c to minver_c | ||
| 9 | - Rename global variable aa to minver_aa | ||
| 10 | - Rename global variable a_i to minver_a_i | ||
| 11 | - Rename global variable e to minver_e | ||
| 12 | - Rename global variable det to minver_det | ||
| 13 | - Renamed function minver to minver_minver | ||
| 14 | - Renamed function mmul to minver_mmul | ||
| 15 | - Renamed function fabs to minver_fabs | ||
| 16 | - Renamed function main to minver_main | ||
| 17 | - Created new function main, calling minver_init, minver_main and | ||
| 18 | returning minver_return | ||
| 19 | - Reordered functions in source code: initialization- and | ||
| 20 | return-value-related functions first, followed by algorithm core | ||
| 21 | functions, followed by main functions | ||
| 22 | - Applied code formatting with astyle as in the example | ||
| 23 | |||
| 24 | 2016-03-09: | ||
| 25 | - Removed static keyword for global variables | ||
| 26 | - Renamed global variables, prepended adpcm_dec | ||
| 27 | |||
| 28 | 2016-05-23: | ||
| 29 | - Check sum added and checked against the expected value | ||
| 30 | |||
| 31 | 2016-05-25: | ||
| 32 | - Corrected expected value \ No newline at end of file | ||
