-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildlib: Use -msse if the compiler does not support target(sse)
Some older compilers (eg gcc 4.7) support the attribute syntax, but don't allow use of the xmmintrin.h header file. Instead they require full modules to be compiled with the -msse flag. Detect this and provide the flag if required. Cc: [email protected] # v15 Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]> # Conflicts: # CMakeLists.txt # buildlib/RDMA_EnableCStd.cmake
- Loading branch information
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters