freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] [builds/windows] Revise SSE2 settings.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] [builds/windows] Revise SSE2 settings.
Date: Fri, 27 Aug 2021 13:55:52 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

2 changed files:

Changes:

  • builds/windows/vc2010/freetype.vcxproj
    ... ... @@ -242,7 +242,6 @@
    242 242
           <CompileAs>Default</CompileAs>
    
    243 243
           <DisableSpecificWarnings>4001</DisableSpecificWarnings>
    
    244 244
           <MultiProcessorCompilation>true</MultiProcessorCompilation>
    
    245
    -      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
    
    246 245
           <IntrinsicFunctions>true</IntrinsicFunctions>
    
    247 246
         </ClCompile>
    
    248 247
         <ResourceCompile>
    
    ... ... @@ -296,7 +295,6 @@
    296 295
           <CompileAs>Default</CompileAs>
    
    297 296
           <DisableSpecificWarnings>4001</DisableSpecificWarnings>
    
    298 297
           <MultiProcessorCompilation>true</MultiProcessorCompilation>
    
    299
    -      <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
    
    300 298
           <IntrinsicFunctions>true</IntrinsicFunctions>
    
    301 299
         </ClCompile>
    
    302 300
         <ResourceCompile>
    

  • builds/windows/visualc/freetype.vcproj
    ... ... @@ -45,6 +45,7 @@
    45 45
     				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;DLL_EXPORT"
    
    46 46
     				StringPooling="true"
    
    47 47
     				RuntimeLibrary="2"
    
    48
    +				EnableEnhancedInstructionSet="2"
    
    48 49
     				EnableFunctionLevelLinking="true"
    
    49 50
     				DisableLanguageExtensions="true"
    
    50 51
     				WarningLevel="4"
    
    ... ... @@ -121,6 +122,7 @@
    121 122
     				PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
    
    122 123
     				StringPooling="true"
    
    123 124
     				RuntimeLibrary="0"
    
    125
    +				EnableEnhancedInstructionSet="2"
    
    124 126
     				EnableFunctionLevelLinking="true"
    
    125 127
     				DisableLanguageExtensions="true"
    
    126 128
     				WarningLevel="4"
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]