mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
include paths
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
66d0ffd13f
commit
3e32317d11
3 changed files with 45 additions and 34 deletions
|
@ -2,9 +2,6 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
|
||||
#if __has_include("config.h")
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(COMPILE_INTRINSICS)
|
||||
#if defined(_MSC_VER)
|
||||
|
@ -16,7 +13,7 @@
|
|||
|
||||
#if !defined(COMPILE_INTRINSICS)
|
||||
|
||||
#include "Hacl_IntTypes_Intrinsics.h"
|
||||
#include "math/bigfix/Hacl_IntTypes_Intrinsics.h"
|
||||
|
||||
#define Lib_IntTypes_Intrinsics_add_carry_u32(x1, x2, x3, x4) \
|
||||
(Hacl_IntTypes_Intrinsics_add_carry_u32(x1, x2, x3, x4))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue