mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 06:43:07 +00:00
fmt
This commit is contained in:
parent
ccf5cda122
commit
aebeb7ac99
@ -370,8 +370,8 @@ impl<'a> Interpreter<'a> {
|
|||||||
self.push(x.overflowing_sub(y).0);
|
self.push(x.overflowing_sub(y).0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: 107 is hardcoded as a dummy prime for testing
|
// TODO: 107 is hardcoded as a dummy prime for testing
|
||||||
// should be changed to the proper implementation prime
|
// should be changed to the proper implementation prime
|
||||||
|
|
||||||
fn run_addfp254(&mut self) {
|
fn run_addfp254(&mut self) {
|
||||||
let x = self.pop();
|
let x = self.pop();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user