mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e7e5d4c5bb
commit
efff6db567
25 changed files with 636 additions and 306 deletions
|
@ -20,7 +20,7 @@ Notes:
|
|||
#define _Z3_OMP_H
|
||||
|
||||
#ifndef _NO_OMP_
|
||||
#include"omp.h"
|
||||
#include<omp.h>
|
||||
#else
|
||||
#define omp_in_parallel() false
|
||||
#define omp_set_num_threads(SZ) ((void)0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue