From 3f110a595ed37bd385b95b888ec93220f4994301 Mon Sep 17 00:00:00 2001
From: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
Date: Sat, 22 Feb 2025 08:48:12 +0100
Subject: [PATCH] GH-130213: blake2module.c needs to "see" the AVX intrinsics
during compiling
---
PCbuild/pythoncore.vcxproj | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 9ebf58ae8a9bc4..8b3486ac9621b7 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -420,6 +420,8 @@
HACL_CAN_COMPILE_SIMD128;%(PreprocessorDefinitions)
HACL_CAN_COMPILE_SIMD256;%(PreprocessorDefinitions)
+
+ /arch:AVX
@@ -742,6 +744,13 @@
+
+
+
+