From bd913241c56bd0077ee825232689e38b9e544aa9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 6 Jun 2017 14:53:32 +0300 Subject: [PATCH] Require an SSE2 capable CPU. This is the default for VS2015, anyway. --- scintilla/Scintilla.vcxproj | 2 +- src/Notepad2.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scintilla/Scintilla.vcxproj b/scintilla/Scintilla.vcxproj index ec8c8e75..6ef19794 100644 --- a/scintilla/Scintilla.vcxproj +++ b/scintilla/Scintilla.vcxproj @@ -109,7 +109,7 @@ include;lexlib;src;%(AdditionalIncludeDirectories) ProgramDatabase - NoExtensions + StreamingSIMDExtensions2 true MaxSpeed NotUsing diff --git a/src/Notepad2.vcxproj b/src/Notepad2.vcxproj index f018365a..293c1264 100644 --- a/src/Notepad2.vcxproj +++ b/src/Notepad2.vcxproj @@ -146,7 +146,7 @@ ..\scintilla\include;..\scintilla\lexlib;..\scintilla\src;%(AdditionalIncludeDirectories) - NoExtensions + StreamingSIMDExtensions2 true MaxSpeed WIN32;STATIC_BUILD;SCI_LEXER;BOOKMARK_EDITION;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)