Skip to content

Commit 177829a

Browse files
authored
Update non-compliance version (#603)
1 parent 1aabfdd commit 177829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/elements/oneMath/source/architecture/other_architecture.inc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The macros for each domain are listed as follows:
2626
| ONEMATH_STATS_SPEC_VERSION
2727
| ONEMATH_VM_SPEC_VERSION
2828
29-
The specification version can be created by appending all digits of the specification version in the format of <MAJOR><MINOR>. MINOR version always uses two digits. This version can be used to check the compatibility of the implementation with the specification version. Note that the revision is not included here because it reflects changes only for the specification document without affecting the implementation. If the implementation is not compliant with any release of the specification, then the macro must have a numerical value of `000`.
29+
The specification version can be created by appending all digits of the specification version in the format of <MAJOR><MINOR>. MINOR version always uses two digits. This version can be used to check the compatibility of the implementation with the specification version. Note that the revision is not included here because it reflects changes only for the specification document without affecting the implementation. If the implementation is not compliant with any release of the specification, then the macro must have a numerical value of `001`. Versions between `001` and `100` are reserved for alpha/beta support of the specification in oneMKL and should only be used for special cases. A preprocessor may evaluate an undefined macro to `0`, so `000` should not be used.
3030

3131
Version Example
3232

0 commit comments

Comments
 (0)