mirror of
https://github.com/Z3Prover/z3
synced 2025-07-27 14:37:55 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4a6083836a
commit
892e6d9ed5
1 changed files with 1 additions and 1 deletions
|
@ -980,7 +980,7 @@ namespace sat {
|
||||||
|
|
||||||
if (m_config.m_propagate_prefetch) {
|
if (m_config.m_propagate_prefetch) {
|
||||||
#if defined(__GNUC__) || defined(__clang__)
|
#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
|
#else
|
||||||
#if !defined(_M_ARM) && !defined(_M_ARM64)
|
#if !defined(_M_ARM) && !defined(_M_ARM64)
|
||||||
_mm_prefetch((const char*)((m_watches[l.index()].data())), _MM_HINT_T1);
|
_mm_prefetch((const char*)((m_watches[l.index()].data())), _MM_HINT_T1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue