Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c5c23c

Browse files
AlBuSoft_RTX3070AlBuSoft_RTX3070
authored andcommitted
2 parents 852e226 + e4d6aee commit 7c5c23c

File tree

10 files changed

+883
-300
lines changed

10 files changed

+883
-300
lines changed

Libs/ecm.math.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<ItemGroup>
180180
<ClInclude Include="ecm\ecm_math.hpp" />
181181
<ClInclude Include="ecm\math\functions.hpp" />
182+
<ClInclude Include="ecm\math\functions_simd.hpp" />
182183
<ClInclude Include="ecm\math\matrix.hpp" />
183184
<ClInclude Include="ecm\math\matrix4x4.hpp" />
184185
<ClInclude Include="ecm\math\vector.hpp" />
@@ -188,6 +189,7 @@
188189
</ItemGroup>
189190
<ItemGroup>
190191
<None Include="ecm\math\functions.inl" />
192+
<None Include="ecm\math\functions_simd.inl" />
191193
<None Include="ecm\math\matrix4x4.inl" />
192194
<None Include="ecm\math\vector2.inl" />
193195
<None Include="ecm\math\vector3.inl" />
@@ -197,7 +199,6 @@
197199
<ResourceCompile Include="rsc\ecm.math.rc" />
198200
</ItemGroup>
199201
<ItemGroup>
200-
<ClCompile Include="source\math\functions.cpp" />
201202
<ClCompile Include="source\win32\dllmain_ecm.math.cpp" />
202203
</ItemGroup>
203204
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

Libs/ecm/ecm_math.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define _ECM_MATH_HPP_
1010

1111
#include "math/functions.hpp"
12+
#include "math/functions_simd.hpp"
1213

1314
#include "math/vector.hpp"
1415
#include "math/matrix.hpp"

0 commit comments

Comments
 (0)