We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f67c9f commit ad75dbcCopy full SHA for ad75dbc
2 files changed
CMakeLists.txt
@@ -328,7 +328,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES Intel)
328
endif()
329
330
if(ENABLE_ABACUS_LIBM)
331
- abacus_add_feature_definitions(USE_ABACUS_LIBM)
+ abacus_add_feature_definitions(__ABACUS_LIBM)
332
333
334
if(ENABLE_NATIVE_OPTIMIZATION)
source/source_base/libm/libm.h
@@ -14,7 +14,7 @@ namespace ModuleBase
14
namespace libm
15
{
16
17
-#ifdef USE_ABACUS_LIBM
+#ifdef __ABACUS_LIBM
18
19
double __exp (double x);
20
double __cos (double x);
0 commit comments