Skip to content

Commit 9c533a3

Browse files
committed
sqrt test: Use compute_from
1 parent c75f078 commit 9c533a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_data/asm/sqrt.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ machine Sqrt with
2929
};
3030

3131
col witness y;
32-
query |i| std::prover::provide_value(y, i, sqrt_hint(std::prover::eval(x)));
32+
query |i| std::prover::compute_from(y, i, [x], |inputs| sqrt_hint(inputs[0]));
3333

3434
y * y = x;
3535

0 commit comments

Comments
 (0)