-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
// DO NOT EDIT THIS HEADER FILE. IT IS AUTO GENERATED BY CMAKE. | ||
// Global HACL configuration file. | ||
// The variables in here get populated by CMake | ||
|
||
// HACL version information | ||
#define HACL_VERSION_MAJOR 0 | ||
#define HACL_VERSION_MINOR 1 | ||
#define HACL_VERSION_PATCH 0 | ||
#define HACL_VERSION_TWEAK alpha.1 | ||
|
||
// Configure platform and features | ||
#define TARGET_ARCHITECTURE_ID_UNKNOWN 0 | ||
#define TARGET_ARCHITECTURE_ID_X86 1 | ||
#define TARGET_ARCHITECTURE_ID_X64 2 | ||
#define TARGET_ARCHITECTURE_ID_ARM32 3 | ||
#define TARGET_ARCHITECTURE_ID_ARM64 4 | ||
#define TARGET_ARCHITECTURE_ID_SYSTEMZ 5 | ||
#define TARGET_ARCHITECTURE_ID_POWERPC64 6 | ||
|
||
#define TARGET_ARCHITECTURE 1 | ||
|
||
#define HACL_CAN_COMPILE_VEC128 1 | ||
#define HACL_CAN_COMPILE_VEC256 1 | ||
#define HACL_CAN_COMPILE_UINT128 1 | ||
#define HACL_CAN_COMPILE_VALE 1 | ||
#define LINUX_NO_EXPLICIT_BZERO 1 | ||
|
||
#ifndef HACL_CAN_COMPILE_VEC128 | ||
#define Lib_IntVector_Intrinsics_vec128 void * | ||
#endif | ||
#ifndef HACL_CAN_COMPILE_VEC256 | ||
#define Lib_IntVector_Intrinsics_vec256 void * | ||
#endif |