同步工程修改
parent
fda3b7b1ca
commit
e08ca45f36
|
@ -196,9 +196,6 @@
|
|||
<ProjectReference Include="..\GPUBaseLib\GPUBaseLib.vcxproj">
|
||||
<Project>{b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ImageshowTool\ImageshowTool.vcxproj">
|
||||
<Project>{8c8ca066-a93a-4098-9a46-b855efeaadf2}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\LAMPDataProcessEXE\LAMPDataProcessEXE.vcxproj">
|
||||
<Project>{4e6e79a3-048c-4fb4-bbb0-43c518a3e6d4}</Project>
|
||||
</ProjectReference>
|
||||
|
@ -211,9 +208,6 @@
|
|||
<ProjectReference Include="..\Toolbox\BaseToolbox\BaseToolbox.vcxproj">
|
||||
<Project>{070c157e-3c30-4e2b-a80c-cbc7b74df03f}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Toolbox\LAMPScatterTool\LAMPScatterTool.vcxproj">
|
||||
<Project>{d603a623-132d-4304-ab03-638fc438f084}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Toolbox\SimulationSARTool\SimulationSARTool.vcxproj">
|
||||
<Project>{ed06dfcd-4b9f-41f7-8f25-1823c2398142}</Project>
|
||||
</ProjectReference>
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
|
||||
|
||||
|
||||
|
||||
#define EIGEN_USE_BLAS
|
||||
#define EIGEN_USE_LAPACK
|
||||
#define EIGEN_VECTORIZE_SSE2
|
||||
//
|
||||
//#define EIGEN_USE_BLAS
|
||||
//#define EIGEN_USE_LAPACK
|
||||
//#define EIGEN_VECTORIZE_SSE2
|
||||
|
||||
//#define DEBUGSHOWDIALOG
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#define EIGEN_USE_BLAS
|
||||
//#define EIGEN_USE_BLAS
|
||||
#define EIGEN_VECTORIZE_SSE4_2
|
||||
//#include <mkl.h>
|
||||
|
||||
|
|
|
@ -196,9 +196,6 @@
|
|||
<ProjectReference Include="..\GPUBaseLib\GPUBaseLib.vcxproj">
|
||||
<Project>{b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ImageshowTool\ImageshowTool.vcxproj">
|
||||
<Project>{8c8ca066-a93a-4098-9a46-b855efeaadf2}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\pluginToolboxLibrary\pluginToolboxLibrary.vcxproj">
|
||||
<Project>{667625a5-8de2-4373-99f0-8bad2cced011}</Project>
|
||||
</ProjectReference>
|
||||
|
|
|
@ -265,9 +265,6 @@
|
|||
<ProjectReference Include="..\GPUBaseLib\GPUBaseLib.vcxproj">
|
||||
<Project>{b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ImageshowTool\ImageshowTool.vcxproj">
|
||||
<Project>{8c8ca066-a93a-4098-9a46-b855efeaadf2}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\RasterProcessToolWidget\RasterProcessTool.vcxproj">
|
||||
<Project>{7ef67daa-dbc0-4b7f-80e8-11b4d2cb7ec2}</Project>
|
||||
</ProjectReference>
|
||||
|
|
|
@ -13,14 +13,14 @@
|
|||
* \author ³ÂÔö»Ô
|
||||
* \date October 2024
|
||||
*********************************************************************/
|
||||
#define EIGEN_USE_BLAS
|
||||
#define EIGEN_USE_LAPACK
|
||||
#define EIGEN_ENABLE_AVX512
|
||||
#define EIGEN_VECTORIZE_SSE
|
||||
#define EIGEN_VECTORIZE_SSE2
|
||||
#define EIGEN_VECTORIZE_SSSE3
|
||||
#define EIGEN_VECTORIZE_SSE4_1
|
||||
#define EIGEN_VECTORIZE_SSE4_2
|
||||
//#define EIGEN_USE_BLAS
|
||||
//#define EIGEN_USE_LAPACK
|
||||
//#define EIGEN_ENABLE_AVX512
|
||||
//#define EIGEN_VECTORIZE_SSE
|
||||
//#define EIGEN_VECTORIZE_SSE2
|
||||
//#define EIGEN_VECTORIZE_SSSE3
|
||||
//#define EIGEN_VECTORIZE_SSE4_1
|
||||
//#define EIGEN_VECTORIZE_SSE4_2
|
||||
#include "BaseConstVariable.h"
|
||||
|
||||
#include "SARSatelliteSimulationAbstractCls.h"
|
||||
|
|
|
@ -282,9 +282,6 @@
|
|||
<ProjectReference Include="..\..\GPUBaseLib\GPUBaseLib.vcxproj">
|
||||
<Project>{b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\ImageshowTool\ImageshowTool.vcxproj">
|
||||
<Project>{8c8ca066-a93a-4098-9a46-b855efeaadf2}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\RasterMainWidgetGUI\RasterMainWidgetGUI.vcxproj">
|
||||
<Project>{e56b3878-a3dc-41a4-abf3-b628816d0d64}</Project>
|
||||
</ProjectReference>
|
||||
|
|
|
@ -133,9 +133,6 @@
|
|||
<ProjectReference Include="..\GPUBaseLib\GPUBaseLib.vcxproj">
|
||||
<Project>{b8b40c54-f7fe-4809-b6fb-8bc014570d7b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ImageshowTool\ImageshowTool.vcxproj">
|
||||
<Project>{8c8ca066-a93a-4098-9a46-b855efeaadf2}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\RasterMainWidgetGUI\RasterMainWidgetGUI.vcxproj">
|
||||
<Project>{e56b3878-a3dc-41a4-abf3-b628816d0d64}</Project>
|
||||
</ProjectReference>
|
||||
|
@ -148,9 +145,6 @@
|
|||
<ProjectReference Include="..\Toolbox\BaseToolbox\BaseToolbox.vcxproj">
|
||||
<Project>{070c157e-3c30-4e2b-a80c-cbc7b74df03f}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Toolbox\LAMPScatterTool\LAMPScatterTool.vcxproj">
|
||||
<Project>{d603a623-132d-4304-ab03-638fc438f084}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Toolbox\SimulationSARTool\SimulationSARTool.vcxproj">
|
||||
<Project>{ed06dfcd-4b9f-41f7-8f25-1823c2398142}</Project>
|
||||
</ProjectReference>
|
||||
|
|
Loading…
Reference in New Issue