Rename the "llvm" API to "llvm-intrinsic"
This commit is contained in:
parent
e43729ccf2
commit
6871c245a6
3 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// based on:
|
||||
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
|
||||
|
||||
native "llvm" mod llvm {
|
||||
native "llvm-intrinsic" mod llvm {
|
||||
fn sqrt(float n) -> float = "sqrt.f64";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue