Skip to content

Commit

Permalink
benchmarks: add license notice to eli_interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 26, 2020
1 parent 9c793d1 commit 80a94e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/benchmarks/micro/eli_interpreter.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* Inputs utilize a sequence of 8 instructions which increases the value by 5:
* OP_INC, OP_MUL2, OP_ADD7, OP_NEG, OP_DEC, OP_DEC, OP_NEG, OP_DIV2
* hex: 0103050602020604.
*
* According to https://eli.thegreenplace.net/pages/about this code is in the public domain.
*/

#define OP_HALT 0x0
Expand Down
Empty file modified test/benchmarks/micro/eli_interpreter.wasm
100755 → 100644
Empty file.

0 comments on commit 80a94e5

Please sign in to comment.