forked from shibatch/sleef
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Msvc static lib changes rebased (shibatch#330)
Co-authored-by: shibatch <[email protected]>
- Loading branch information
Showing
4 changed files
with
26 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
// Configuration of @PROJECT_NAME@ ///////////////////////////////////////////// | ||
|
||
#ifndef CONFIG_H | ||
#define CONFIG_H | ||
#ifndef SLEEF_CONFIG_H | ||
#define SLEEF_CONFIG_H | ||
|
||
#define SLEEF_VERSION_MAJOR @SLEEF_VERSION_MAJOR@ | ||
#define SLEEF_VERSION_MINOR @SLEEF_VERSION_MINOR@ | ||
|
||
// FEATURE DETECTION *********************************************************** | ||
#cmakedefine SLEEF_STATIC_LIBS | ||
|
||
#cmakedefine COMPILER_SUPPORTS_LONG_DOUBLE | ||
#cmakedefine COMPILER_SUPPORTS_FLOAT128 | ||
|
||
#cmakedefine COMPILER_SUPPORTS_SSE2 | ||
|
||
#endif // CONFIG_H | ||
#endif // SLEEF_CONFIG_H |