We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b84dc4 commit 9e5c960Copy full SHA for 9e5c960
coresimd/arm/armclang.rs
@@ -18,7 +18,8 @@ use stdsimd_test::assert_instr;
18
///
19
/// [ARM's documentation](https://developer.arm.com/docs/100067/latest/compiler-specific-intrinsics/__breakpoint-intrinsic)
20
21
-/// **NOTE** Due compiler limitations this function only supports the range `0...255` in A32 mode.
+/// **NOTE**: Due to compiler limitations this function only supports the range `0...255` in A32
22
+/// mode.
23
#[cfg_attr(test, assert_instr(bkpt, val = 0))]
24
#[inline(always)]
25
#[rustc_args_required_const(0)]
0 commit comments