Skip to content

Commit

Permalink
Add version identifier for Nvidia Parallel Thread Execution (NVPTX).
Browse files Browse the repository at this point in the history
This is another LLVM backend. Maybe it is possible to run D on graphic cards, too.
  • Loading branch information
redstar committed Mar 5, 2014
1 parent 93542b8 commit f6ea2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cond.c
Expand Up @@ -202,6 +202,8 @@ bool VersionCondition::isPredefined(const char *ident)
"MIPS_EABI",
"MIPS_SoftFloat",
"MIPS_HardFloat",
"NVPTX",
"NVPTX64",
"SPARC",
"SPARC_V8Plus",
"SPARC_SoftFloat",
Expand Down

0 comments on commit f6ea2f9

Please sign in to comment.