mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
update README
Also I verified that muldi3 has not changed since the previous ported reference commit.
This commit is contained in:
parent
ee200aaa8c
commit
695695c852
11
README.md
11
README.md
@ -32,10 +32,13 @@ Note that you can
|
|||||||
|
|
||||||
##### Windows
|
##### Windows
|
||||||
|
|
||||||
* cmake >= 2.8.5
|
* cmake >= 3.15.3
|
||||||
* Microsoft Visual Studio 2017 (version 15.8)
|
* Microsoft Visual Studio. Supported versions:
|
||||||
* LLVM, Clang, LLD development libraries == 9.x, compiled with the same MSVC version above
|
- 2015 (version 14)
|
||||||
- Use the [pre-built binaries](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#pre-built-binaries) or [build from source](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#windows).
|
- 2017 (version 15.8)
|
||||||
|
- 2019 (version 16)
|
||||||
|
* LLVM, Clang, LLD development libraries == 9.x
|
||||||
|
- Use the [pre-built binaries](https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows) or [build from source](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#windows).
|
||||||
|
|
||||||
#### Instructions
|
#### Instructions
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
const builtin = @import("builtin");
|
const builtin = @import("builtin");
|
||||||
|
|
||||||
// Ported from
|
// Ported from
|
||||||
// https://github.com/llvm/llvm-project/blob/552c2c09d354a3ad9c1c9647e0a3bb5099c31088/compiler-rt/lib/builtins/muldi3.c
|
// https://github.com/llvm/llvm-project/blob/llvmorg-9.0.0/compiler-rt/lib/builtins/muldi3.c
|
||||||
|
|
||||||
const dwords = extern union {
|
const dwords = extern union {
|
||||||
all: i64,
|
all: i64,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user