We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18234 commit 218015aCopy full SHA for 218015a
Modules/_hacl/python_hacl_namespaces.h
@@ -236,13 +236,4 @@
236
#define Hacl_HMAC_compute_blake2s_32 python_hashlib_Hacl_HMAC_compute_blake2s_32
237
#define Hacl_HMAC_compute_blake2b_32 python_hashlib_Hacl_HMAC_compute_blake2b_32
238
239
-// Small mismatch between the variable names Python defines as part of configure
240
-// at the ones HACL* expects to be set in order to enable those headers.
241
-#ifndef HACL_CAN_COMPILE_VEC128
242
-#define HACL_CAN_COMPILE_VEC128 HACL_CAN_COMPILE_SIMD128
243
-#endif
244
-#ifndef HACL_CAN_COMPILE_VEC256
245
-#define HACL_CAN_COMPILE_VEC256 HACL_CAN_COMPILE_SIMD256
246
247
-
248
#endif // _PYTHON_HACL_NAMESPACES_H
0 commit comments