|
TDLS 0.2.0
Tiny Device-callable Linear Solvers
|
TDLS version macros. More...
Go to the source code of this file.
Macros | |
| #define | TDLS_VERSION_MAJOR 0 |
| Major version component. | |
| #define | TDLS_VERSION_MINOR 2 |
| Minor version component. | |
| #define | TDLS_VERSION_PATCH 0 |
| Patch version component. | |
| #define | TDLS_VERSION_STRING "0.2.0" |
| Version as a "major.minor.patch" string literal. | |
| #define | TDLS_VERSION (TDLS_VERSION_MAJOR * 10000 + TDLS_VERSION_MINOR * 100 + TDLS_VERSION_PATCH) |
| Single comparable value: major * 10000 + minor * 100 + patch. | |
TDLS version macros.