mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
Merge branch 'master' of https://github.com/z3prover/z3 into polysat
This commit is contained in:
commit
3730a0373d
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ namespace sat {
|
|||
|
||||
if (m_config.m_propagate_prefetch) {
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
__builtin_prefetch((const char*)((m_watches[l.index()].c_ptr())));
|
||||
__builtin_prefetch((const char*)((m_watches[l.index()].data())));
|
||||
#else
|
||||
#if !defined(_M_ARM) && !defined(_M_ARM64)
|
||||
_mm_prefetch((const char*)((m_watches[l.index()].data())), _MM_HINT_T1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue