We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ab9fd8 + 5e7374b commit 366d6ecCopy full SHA for 366d6ec
src/arm.rs
@@ -2,8 +2,8 @@
2
3
use core::intrinsics;
4
5
-// NOTE This function and the ones below are implemented using assembly because they using a custom
6
-// calling convention which can't be implemented using a normal Rust function.
+// NOTE This function and the ones below are implemented using assembly because they are using a
+// custom calling convention which can't be implemented using a normal Rust function.
7
// NOTE The only difference between the iOS and non-iOS versions of those functions is that the iOS
8
// versions use 3 leading underscores in the names of called functions instead of 2.
9
#[cfg(not(any(target_os = "ios", target_env = "msvc")))]
0 commit comments