Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Feb 6, 2024
1 parent 6a091fa commit 7ca849b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion curve25519-dalek/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@

#![no_std]
#![cfg_attr(
all(curve25519_dalek_backend = "simd", nightly, any(target_arch = "x86", target_arch = "x86_64")),
all(
curve25519_dalek_backend = "simd",
nightly,
any(target_arch = "x86", target_arch = "x86_64")
),
feature(stdarch_x86_avx512)
)]
#![cfg_attr(
Expand Down

0 comments on commit 7ca849b

Please sign in to comment.