mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
minor fixes
This commit is contained in:
parent
6ff0b84e59
commit
9ee861fb15
@ -73,7 +73,6 @@ pub(crate) fn combined_kernel() -> Kernel {
|
|||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
|
|
||||||
use env_logger::{try_init_from_env, Env, DEFAULT_FILTER_ENV};
|
use env_logger::{try_init_from_env, Env, DEFAULT_FILTER_ENV};
|
||||||
use log::debug;
|
use log::debug;
|
||||||
|
|
||||||
|
|||||||
@ -138,4 +138,3 @@
|
|||||||
OR
|
OR
|
||||||
OR
|
OR
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
@ -15,4 +15,4 @@
|
|||||||
|
|
||||||
%macro truncate_to_u32
|
%macro truncate_to_u32
|
||||||
%and_const(0xFFFFFFFF)
|
%and_const(0xFFFFFFFF)
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user