Skip to content

Commit

Permalink
implement bigint div and rem
Browse files Browse the repository at this point in the history
See #405
  • Loading branch information
andrewrk committed Jan 16, 2018
1 parent 92fc594 commit 84d8584
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 11 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -125,17 +125,20 @@ libc. Create demo games using Zig.

##### POSIX

* gcc >= 5.0.0 or clang >= 3.6.0
* cmake >= 2.8.5
* gcc >= 5.0.0 or clang >= 3.6.0
* LLVM, Clang, LLD libraries == 5.x, compiled with the same gcc or clang version above

##### Windows

* cmake >= 2.8.5
* Microsoft Visual Studio 2015
* LLVM, Clang, LLD libraries == 5.x, compiled with the same MSVC version above

#### Instructions

##### POSIX

If you have gcc or clang installed, you can find out what `ZIG_LIBC_LIB_DIR`,
`ZIG_LIBC_STATIC_LIB_DIR`, and `ZIG_LIBC_INCLUDE_DIR` should be set to
(example below).
Expand Down

0 comments on commit 84d8584

Please sign in to comment.