From c5d4cb9602ed18907d321f2d61f30e1159f58dbf Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Dec 2022 18:38:44 +0100 Subject: sqrt lookup --- evc/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'evc/src/lib.rs') diff --git a/evc/src/lib.rs b/evc/src/lib.rs index ee242e6..22866e1 100644 --- a/evc/src/lib.rs +++ b/evc/src/lib.rs @@ -1,4 +1,7 @@ #![feature(box_patterns)] +#![feature(const_fn_floating_point_arithmetic)] +// #![feature(const_for)] +// #![feature(const_mut_refs)] pub mod block; pub mod codec; -- cgit v1.2.3-70-g09d2