Skip to content

Commit f72739b

Browse files
japaricgnzlbg
authored andcommitted
remove assert_instr from nvptx
it doesn't do the right thing
1 parent 0b8357b commit f72739b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coresimd/nvptx/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ pub unsafe fn _thread_idx_z() -> i32 {
123123
}
124124

125125
/// Generates the trap instruction `TRAP`
126-
#[cfg_attr(test, assert_instr(trap))]
127126
#[inline]
128127
pub unsafe fn trap() -> ! {
129128
::_core::intrinsics::abort()

0 commit comments

Comments
 (0)