File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/rustc_codegen_nvvm_v7 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
; if you update this make sure to update libintrinsics.bc by running llvm-as (make sure you are using llvm-7 or it won't work when
6
6
; loaded into libnvvm).
7
7
source_filename = "libintrinsics"
8
- target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-i128:128:128- f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64-a:8:8 "
8
+ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
9
9
target triple = "nvptx64-nvidia-cuda"
10
10
11
11
; thread ----
@@ -329,4 +329,4 @@ start:
329
329
declare { i32 , i1 } @llvm.nvvm.match.all.sync.i64 (i32 , i64 ) #1
330
330
331
331
attributes #0 = { alwaysinline speculatable }
332
- attributes #1 = { alwaysinline }
332
+ attributes #1 = { alwaysinline }
You can’t perform that action at this time.
0 commit comments