Skip to content

Commit 034da40

Browse files
committed
doc: comment
1 parent 96f3cb8 commit 034da40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/de/async_fiber.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![allow(clippy::vec_box)]
33
// For Windows Development traditions, we allow non_snake_case
44
#![allow(non_snake_case)]
5+
// PLease notice this module do not support async operations that evolves AVX/AVX2/AVX512
56

67
#[cfg(feature = "async-fiber")]
78
use alloc::boxed::Box;

0 commit comments

Comments
 (0)