This commit is contained in:
Dmitry Vagner 2022-10-28 02:12:57 -07:00
parent ccf5cda122
commit aebeb7ac99

View File

@ -370,8 +370,8 @@ impl<'a> Interpreter<'a> {
self.push(x.overflowing_sub(y).0);
}
// TODO: 107 is hardcoded as a dummy prime for testing
// should be changed to the proper implementation prime
// TODO: 107 is hardcoded as a dummy prime for testing
// should be changed to the proper implementation prime
fn run_addfp254(&mut self) {
let x = self.pop();