mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix unaligned load in hash_string()
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
c577ab361b
commit
08b5635327
2 changed files with 13 additions and 4 deletions
|
@ -24,7 +24,8 @@ Notes:
|
|||
#include"polynomial_factorization.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
// some prime numbers
|
||||
unsigned primes[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue