We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fae1a commit fa0099dCopy full SHA for fa0099d
cmake/CheckFlushIntrinsic.cmake
@@ -52,6 +52,7 @@ IF(NOT DEFINED FLUSH)
52
SET(FLUSH "xlf")
53
SET(FLUSH_METHOD "with underscore")
54
ADD_DEFINITIONS(-DFC_HAVE_FLUSH)
55
+ ADD_DEFINITIONS(-DxlC)
56
ENDIF(${TEST_FLUSH_OK} MATCHES TRUE)
57
ENDIF(NOT DEFINED FLUSH)
58
0 commit comments