vir-simd 0.4.189
Parallelism TS 2 extensions and simd fallback implementation
Loading...
Searching...
No Matches
vir::simd_version_t Struct Reference

Represents the vir-simd version of major, minor, and patchlevel components. More...

#include <simd_version.h>

Public Attributes

int major
 An increment of the major version number implies a breaking change.
 
int minor
 An increment of the minor version number implies new features without breaking changes.
 
int patchlevel
 An increment of the patchlevel is used for bug fixes. Odd numbers indicate a development version.
 

Friends

constexpr bool operator== (simd_version_t a, simd_version_t b)
 Check for equality.
 
constexpr bool operator!= (simd_version_t a, simd_version_t b)
 Check for inequality.
 
constexpr std::strong_ordering operator<=> (simd_version_t, simd_version_t)=default
 Relational operators.
 

Detailed Description

Represents the vir-simd version of major, minor, and patchlevel components.


The documentation for this struct was generated from the following file: