3
0
Fork 0
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:
Bruce Mitchener 2018-12-01 20:39:03 +07:00
parent 7d4f2a2f21
commit a3ece29628

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