Skip to content

Commit

Permalink
Add MPIR support, full windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanpranav committed Jan 31, 2024
1 parent d913092 commit 5d18d13
Show file tree
Hide file tree
Showing 18 changed files with 12,293 additions and 193 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Licensed under the MIT License.

*.sh text eol=lf
include/** linguist-vendored
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

a.out
*.exe
*.obj
*.o
.vscode/
key.txt
Expand Down
3 changes: 3 additions & 0 deletions Compile-Win64.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Licensed under the MIT License.

Make @args CC="clang" O=".obj" E=".exe" EXTRAS='-Wno-deprecated-declarations -Iinclude/mpir_x64-windows/include/' LM='' LGMP='-linclude/mpir_x64-windows/lib/mpir.lib'
Loading

0 comments on commit 5d18d13

Please sign in to comment.