mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Remove include of immintrin.h.
This file doesn't appear to be used and isn't available on all platforms.
This commit is contained in:
parent
7d4f2a2f21
commit
a3ece29628
|
@ -30,7 +30,6 @@ Revision History:
|
|||
#else
|
||||
#error No multi-precision library selected.
|
||||
#endif
|
||||
#include <immintrin.h>
|
||||
|
||||
// Available GCD algorithms
|
||||
// #define EUCLID_GCD
|
||||
|
|
Loading…
Reference in a new issue