mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-20 04:10:18 +02:00
Some missed LLVMDC -> LDC.
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ int atoi(char[] s) {
|
||||
return !neg ? i : -i;
|
||||
}
|
||||
|
||||
version(LLVMDC)
|
||||
version(LDC)
|
||||
{
|
||||
pragma(intrinsic, "llvm.sqrt.f64")
|
||||
double sqrt(double val);
|
||||
|
||||
Reference in New Issue
Block a user