Skip to content

Commit

Permalink
Merge pull request rust-lang#3 from denzp/master
Browse files Browse the repository at this point in the history
Add NVPTX architecture
  • Loading branch information
japaric authored May 29, 2017
2 parents dfc1d75 + de6153e commit 1931985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ mod ad {
target_arch = "mips64",
target_arch = "sparc64",
target_arch = "x86",
target_arch = "x86_64"))]
target_arch = "x86_64",
target_arch = "nvptx",
target_arch = "nvptx64"))]
mod ad {
pub type c_char = ::c_schar;
}
Expand Down

0 comments on commit 1931985

Please sign in to comment.