Add wasm tacle-bench targets

This commit is contained in:
2026-06-12 20:06:22 +02:00
parent 30daa8a00c
commit 08c2e9c13d
1122 changed files with 520422 additions and 0 deletions

View File

@ -0,0 +1,10 @@
- Added general TACLeBench header to beginning of source code
- Removed #ifdef DEBUG till #endif
- Declaration of global variable unsigned int a[11] changed the variable name to insertion_a[11] as well as for iters_i, min_i, max_i, iters_a, min_a, max_a;
- Created insertsort_initialize(), insertsort_init() and insertsort_return();
- Removed all PROFILINGs
- Made i volatile for the initialization of the data array
- Added a checksum in the return function