mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-22 13:05:33 -04:00
Fix when
This commit is contained in:
1 parent
ea00291519
commit
83dab63dcd
1 file changed
+3
@@ -4,6 +4,9 @@ package runtime
|
||||
|
||||
import "base:intrinsics"
|
||||
|
||||
@(private="file")
|
||||
IS_WASM :: ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64p32
|
||||
|
||||
@(link_name="__floattidf", linkage=RUNTIME_LINKAGE, require=RUNTIME_REQUIRE)
|
||||
floattidf :: proc "c" (a: i128) -> f64 {
|
||||
DBL_MANT_DIG :: 53
|
||||
|
||||
Reference in new issue
Block a user