8000 remove /arch:AVX for blake2module.c again · python/cpython@6e2cb69 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e2cb69

Browse files
committed
remove /arch:AVX for blake2module.c again
I've previously gotten compile errors from clang, because the needed intrinsics were not available without that option. Cannot reproduce anymore. Most probably, because I've upgraded to Visual Studio 17.13.0 Preview 5.0, which now ships with clang 19.1.1 instead of 18.1.8 and they've done that for compatibility with MSVC? Anyway, let's keep the PR small :)
1 parent 26fb51f commit 6e2cb69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PCbuild/pythoncore.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@
420420
<ClCompile Include="..\Modules\blake2module.c">
421421
<PreprocessorDefinitions Condition="'$(Platform)' == 'x64'">HACL_CAN_COMPILE_SIMD128;%(PreprocessorDefinitions)</PreprocessorDefinitions>
422422
<PreprocessorDefinitions Condition="'$(Platform)' == 'x64'">HACL_CAN_COMPILE_SIMD256;%(PreprocessorDefinitions)</PreprocessorDefinitions>
423-
<AdditionalOptions>/arch:AVX</AdditionalOptions>
424423
</ClCompile>
425424
<ClCompile Include="..\Modules\_codecsmodule.c" />
426425
<ClCompile Include="..\Modules\_collectionsmodule.c" />

0 commit comments

Comments
 (0)
0