Skip to content

Commit

Permalink
Remove core instrinsics feature
Browse files Browse the repository at this point in the history
- Used for prefetching which was removed
  • Loading branch information
smu160 committed Oct 26, 2023
1 parent d46230a commit 4fb8da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinoza/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#![warn(clippy::perf)]
#![deny(unsafe_op_in_unsafe_fn)]
#![feature(slice_swap_unchecked)]
#![feature(core_intrinsics)]

pub mod circuit;
pub mod config;
Expand Down

0 comments on commit 4fb8da9

Please sign in to comment.