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,20 @@
File: ndes.c
Original provenience:
2017-04-18:
- Annotated ndes_main as entry-point for timing analysis
2015-10-21:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Renamed functions to {name} to ndes_{name}
- Renamed globale variables to {name} to ndes_{name}
- Renamed structs to {name} to ndes_{name}
- Removed the profiling code
- Added forward decleration of functions
- Added ndes_main function
- Added ndes_init function
- Initialize ndes_ipc1 and ndes_ipc2 in ndes_init function
- int main variables to global variables for the ndes_init function
- Applied Code Style