Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
dd903db7902b40258e450e9249291449de44ed84
dd903db7902b40258e450e9249291449de44ed84
Switch branch/tag
ScalFMM
CMakeModules
checkAVXpe.cpp
Find file
Normal view
History
Permalink
checkAVXpe.cpp
83 Bytes
Edit
Web IDE
Newer
Older
Add try_compile to chexk += for SSE and AVX
COULAUD Olivier
committed
Jun 02, 2014
1
End cheacj SSE and AVX + Intel options on MAcOS X
COULAUD Olivier
committed
Jun 03, 2014
2
#include "immintrin.h"
Add try_compile to chexk += for SSE and AVX
COULAUD Olivier
committed
Jun 02, 2014
3
4
5
int
main
()
{
End cheacj SSE and AVX + Intel options on MAcOS X
COULAUD Olivier
committed
Jun 03, 2014
6
7
8
__m256d
tx
,
ty
;
tx
+=
ty
;
return
0
;
Add try_compile to chexk += for SSE and AVX
COULAUD Olivier
committed
Jun 02, 2014
9
}