Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit f244bd2

Browse files
peterhjalexcrichton
authored andcommitted
Rename llvm.cuda.syncthreads -> llvm.nvvm.barrier0 to keep up with (rust-lang#589)
changes in LLVM.
1 parent c73b5b8 commit f244bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coresimd/nvptx/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
#[allow(improper_ctypes)]
1515
extern "C" {
16-
#[link_name = "llvm.cuda.syncthreads"]
16+
#[link_name = "llvm.nvvm.barrier0"]
1717
fn syncthreads() -> ();
1818
#[link_name = "llvm.nvvm.read.ptx.sreg.ntid.x"]
1919
fn block_dim_x() -> i32;

0 commit comments

Comments
 (0)