Skip to content

Commit 371dbfb

Browse files
committed
added cfg back
1 parent 9ccc405 commit 371dbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/optix_device/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![cfg_attr(target_os = "cuda", feature(asm_experimental_arch))]
2+
#[cfg(target_os = "cuda")]
23
use core::arch::asm;
34

45
extern crate alloc;

0 commit comments

Comments
 (0)