Skip to content

Commit af53228

Browse files
committed
add nvptx_target_feature
Add target features for sm_* and ptx*, both of which form a partial order, but cannot be combined to a single partial order. These mirror the LLVM target features, but we do not provide LLVM target processors (which imply both an sm_* and ptx* feature). Add some documentation for the nvptx target.
1 parent d14f659 commit af53228

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
#![feature(hexagon_target_feature)]
193193
#![feature(loongarch_target_feature)]
194194
#![feature(mips_target_feature)]
195+
#![feature(nvptx_target_feature)]
195196
#![feature(powerpc_target_feature)]
196197
#![feature(riscv_target_feature)]
197198
#![feature(rtm_target_feature)]

0 commit comments

Comments
 (0)