Skip to content

Commit af7c166

Browse files
japaricgnzlbg
authored andcommitted
remove TODO; add link to doc comment
1 parent 40f61c7 commit af7c166

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

coresimd/arm/armclang.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
/// - `0...65535` if you are compiling source as A32 code.
1414
/// - `0...255` if you are compiling source as T32 code.
1515
///
16+
/// [ARM's documentation](https://developer.arm.com/docs/100067/latest/compiler-specific-intrinsics/__breakpoint-intrinsic)
17+
///
1618
/// **NOTE** Due compiler limitations this function only supports the range `0...255` in A32 mode.
17-
// TODO support the extended range `0...65535` when compiling as A32 code (`cfg(not(target_feature =
18-
// "thumb-mode"))`). T32 mode (`cfg(target_feature = "thumb-mode")`) should continue to support the
19-
// range `0...255`.
2019
#[cfg_attr(test, assert_instr(bkpt))]
2120
#[inline(always)]
2221
#[rustc_args_required_const(0)]

0 commit comments

Comments
 (0)