summaryrefslogtreecommitdiff
path: root/wrapper
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2021-04-07 23:38:47 -0700
committerJacob Palecki <[email protected]>2021-04-07 23:38:47 -0700
commite1b5ff67764384ab067cee7983cbaaf9b5df39ad (patch)
tree39ffa4a79bc6b019443521f10203f787c4b98698 /wrapper
parentremove const from uneeded class (diff)
parentoptimize a bit/refactor modify (diff)
downloadrawaccel-e1b5ff67764384ab067cee7983cbaaf9b5df39ad.tar.xz
rawaccel-e1b5ff67764384ab067cee7983cbaaf9b5df39ad.zip
Merge remote-tracking branch 'upstream/dyn-lut-b' into lut2
Diffstat (limited to 'wrapper')
-rw-r--r--wrapper/wrapper.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj
index 8de0cfb..cd121a2 100644
--- a/wrapper/wrapper.vcxproj
+++ b/wrapper/wrapper.vcxproj
@@ -57,6 +57,7 @@
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
+ <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<AdditionalDependencies>User32.lib;</AdditionalDependencies>
@@ -70,6 +71,7 @@
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
+ <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<AdditionalDependencies>User32.lib;</AdditionalDependencies>