Skip to content

Commit 4c1b6ae

Browse files
committed
Removed warnings and use vld* for non-const new and splat functions in NEON backend
1 parent 7921293 commit 4c1b6ae

File tree

4 files changed

+742
-715
lines changed

4 files changed

+742
-715
lines changed

curve25519-dalek/src/backend/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ enum BackendKind {
5454
}
5555

5656
#[inline]
57+
#[allow(unreachable_code)]
5758
fn get_selected_backend() -> BackendKind {
5859
#[cfg(all(curve25519_dalek_backend = "simd", nightly, target_arch = "aarch64"))]
5960
{

0 commit comments

Comments
 (0)