Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compilation in debug mode with Clang
On my machine, Clang cannot compile the code in debug mode. quadiron/src/arith.h:299: undefined reference to `__muloti4' quadiron/src/arith.h:303: undefined reference to `__muloti4' quadiron/src/arith.h:307: undefined reference to `__muloti4' This seems related to this bug: https://bugs.llvm.org/show_bug.cgi?id=16404 Removing `-ftrapv` for Clang solves the issue.
- Loading branch information