Skip to content

Commit

Permalink
Add NVPTX architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
denzp committed May 29, 2017
1 parent d123974 commit de6153e
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 de6153e

Please sign in to comment.