mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
add platform check for __attribute__((always_inline))
This commit is contained in:
parent
f878711042
commit
e198eb437c
@ -7,6 +7,7 @@ INCLUDE (CheckSysvMath)
|
||||
INCLUDE (CheckLongDouble)
|
||||
INCLUDE (CheckLongLong)
|
||||
INCLUDE (CheckRestrictKeyword)
|
||||
INCLUDE (CheckAlwaysInline)
|
||||
|
||||
FILE(GLOB tvmet_header_SRCS "*.h")
|
||||
|
||||
@ -20,6 +21,7 @@ CHECK_SYSV_MATH (TVMET_HAVE_SYSV_MATH)
|
||||
CHECK_LONG_DOUBLE (TVMET_HAVE_LONG_DOUBLE)
|
||||
CHECK_LONG_DOUBLE (TVMET_HAVE_LONG_LONG)
|
||||
CHECK_RESTRICT_KEYWORD (TVMET_RESTRICT_KEYWORD)
|
||||
CHECK_ALWAYS_INLINE (TVMET_ALWAYS_INLINE)
|
||||
|
||||
# the following are directories where stuff will be installed to
|
||||
SET(INCLUDE_INSTALL_DIR
|
||||
|
@ -30,5 +30,7 @@
|
||||
|
||||
#define _tvmet_restrict @TVMET_RESTRICT_KEYWORD@
|
||||
|
||||
#define _tvmet_always_inline @TVMET_ALWAYS_INLINE@
|
||||
|
||||
/* _INCLUDE_TVMET_CONFIG_H */
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user