-
- Downloads
Remove stdlib-printfs
ffdc3f58 introduced some counter variables as well as printf statements into the testcases fac, anagram, huff_enc and susan. However, neither of those testcases actually provide a printf implementation themselves, so instead the libc variant was linked and used. This breaks those benchmarks for sourcelevel WCET-analyzers, so we remove those calls here.
Showing
- bench/kernel/fac/fac.c 0 additions, 4 deletionsbench/kernel/fac/fac.c
- bench/sequential/anagram/anagram.c 0 additions, 4 deletionsbench/sequential/anagram/anagram.c
- bench/sequential/anagram/anagram_stdlib.c 0 additions, 4 deletionsbench/sequential/anagram/anagram_stdlib.c
- bench/sequential/huff_enc/huff_enc.c 0 additions, 4 deletionsbench/sequential/huff_enc/huff_enc.c
- bench/sequential/susan/susan.c 0 additions, 2 deletionsbench/sequential/susan/susan.c
Please register or sign in to comment