mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4a6083836a
commit
892e6d9ed5
|
@ -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…
Reference in a new issue