3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00

Merge pull request #1998 from waywardmonkeys/remove-include-immintrin.h

Remove include of immintrin.h.
This commit is contained in:
Nikolaj Bjorner 2018-12-01 08:21:06 -08:00 committed by GitHub
commit 852acd0e75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ Revision History:
#else
#error No multi-precision library selected.
#endif
#include <immintrin.h>
// Available GCD algorithms
// #define EUCLID_GCD