1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-13 15:46:10 +02:00

Fix comment

This commit is contained in:
Ivan Boldyrev 2023-09-11 22:47:58 +04:00
parent 9221b99d36
commit 87d286f0e9

View File

@ -361,7 +361,7 @@ impl Platform {
#[cfg(blake3_wasm32_simd)]
pub fn wasm32_simd() -> Option<Self> {
// Assumed to be safe if the "neon" feature is on.
// Assumed to be safe if the "wasm32_simd" feature is on.
Some(Self::WASM32_SIMD)
}
}