Skip to content

Commit

Permalink
[MSVC] Set floating point model to fast
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitbubsy committed Jun 8, 2023
1 parent a73d515 commit bec546b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vs2019_project/pt2-clone/pt2-clone.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -150,6 +151,7 @@
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit bec546b

Please sign in to comment.