[][src]Function core::arch::nvptx::__assert_fail

pub unsafe fn __assert_fail(
    message: *const u8,
    file: *const u8,
    line: u32,
    function: *const u8
)
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on target_arch="nvptx" or target_arch="nvptx64" only.

Syscall to be used whenever the assert expression produces a false value.

Syscall arguments:

Source: PTX Interoperability.