Skip to content

Commit a26ce62

Browse files
committed
Safegcd based modular inverse for Num3072
1 parent 91ce8ce commit a26ce62

File tree

3 files changed

+339
-92
lines changed

3 files changed

+339
-92
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ target_link_libraries(core_interface INTERFACE warn_interface)
397397
if(MSVC)
398398
try_append_cxx_flags("/W3" TARGET warn_interface SKIP_LINK)
399399
try_append_cxx_flags("/wd4018" TARGET warn_interface SKIP_LINK)
400+
try_append_cxx_flags("/wd4146" TARGET warn_interface SKIP_LINK)
400401
try_append_cxx_flags("/wd4244" TARGET warn_interface SKIP_LINK)
401402
try_append_cxx_flags("/wd4267" TARGET warn_interface SKIP_LINK)
402403
try_append_cxx_flags("/wd4715" TARGET warn_interface SKIP_LINK)

0 commit comments

Comments
 (0)