summaryrefslogtreecommitdiffstats
path: root/baseline/source/adpcm_dec/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/source/adpcm_dec/ChangeLog.txt')
-rw-r--r--baseline/source/adpcm_dec/ChangeLog.txt32
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 @@
1File: minver.c
2Original provenience: SNU-RT Benchmark Suite for Worst Case Timing Analysis
3
42016-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
242016-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