-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
help wantedExtra attention is neededExtra attention is neededrefactoringRefactoring tasks.Refactoring tasks.
Description
We should aim to support compilation and use with a stable Rust release, to avoid encountering nightly bugs and depending on unstable APIs.
Some items that need to be handled:
- Reverie currently uses the unstable
std::testand#[bench]. We should probably use criterion instead. - Reverie uses
#[feature(stdsimd)]since the MMX intrinsics were never stabilized. Once they're removed in favor of SSE2 and AVX2, we can remove this#[feature]. (gf2/domain{8,64}: MMX -> SSE #4)
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededrefactoringRefactoring tasks.Refactoring tasks.