Add sqrt instruction

This commit is contained in:
Ian Gulliver
2021-11-21 17:04:58 -08:00
parent 05c62a92e1
commit 5ae34243b4
6 changed files with 61 additions and 0 deletions

15
grow/defs/sqrt.yaml Normal file
View File

@@ -0,0 +1,15 @@
global_memory_size: 1
function_memory_size: 1
instruction_limit: 2
samples:
- in: [0]
out: [0]
- in: [4]
out: [2]
- in: [144]
out: [12]
- in: [175]
out: [13]