diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 18:21:53 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-09-05 18:21:53 +0200 |
commit | 8d92524d4c46493ad83ebd493dabd3f88e11037b (patch) | |
tree | 62973748aa831b2b64241d5a8b27565abdc707c8 /Makefile | |
parent | 2c528314ebe29a1c94b6c03fd1b0e2668ee25dff (diff) | |
download | AGH-engineering-thesis-8d92524d4c46493ad83ebd493dabd3f88e11037b.tar.gz AGH-engineering-thesis-8d92524d4c46493ad83ebd493dabd3f88e11037b.zip |
add mul instruction together with bench
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ STACK_MACHINE_TESTS := \ swap \ add \ sub \ - div + div \ + mul # Add other tests here if You need TESTS := \ |