1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-06-07 17:11:56 +00:00

vcproj update. This enables fast SSE2 float math.

This commit is contained in:
fgenesis 2012-07-10 22:25:12 +02:00
parent 500355019d
commit 37654f4c8c
3 changed files with 11 additions and 0 deletions

View file

@ -131,6 +131,7 @@
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
EnableEnhancedInstructionSet="2"
FloatingPointModel="2"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"

View file

@ -123,6 +123,7 @@
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
EnableEnhancedInstructionSet="2"
FloatingPointModel="2"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@ -331,6 +332,14 @@
RelativePath="..\..\BBGE\LensFlare.cpp"
>
</File>
<File
RelativePath="..\..\BBGE\Localization.cpp"
>
</File>
<File
RelativePath="..\..\BBGE\Localization.h"
>
</File>
<File
RelativePath="..\..\BBGE\Math.cpp"
>

View file

@ -123,6 +123,7 @@
BufferSecurityCheck="false"
EnableFunctionLevelLinking="false"
EnableEnhancedInstructionSet="2"
FloatingPointModel="2"
RuntimeTypeInfo="false"
UsePrecompiledHeader="0"
WarningLevel="3"