|
PACS System 0.1.0
PACS DICOM system library
|
Portable 256-bit integer vector wrapper. More...
#include <simd_types.h>

Public Member Functions | |
| vec256_int () noexcept=default | |
| vec256_int (vec128_int l, vec128_int h) noexcept | |
| void | store (void *ptr) const noexcept |
| void | store_aligned (void *ptr) const noexcept |
Static Public Member Functions | |
| static vec256_int | load (const void *ptr) noexcept |
| static vec256_int | load_aligned (const void *ptr) noexcept |
Public Attributes | |
| vec128_int | low |
| vec128_int | high |
Portable 256-bit integer vector wrapper.
Definition at line 149 of file simd_types.h.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 180 of file simd_types.h.
|
inlinestaticnoexcept |
Definition at line 182 of file simd_types.h.
|
inlinestaticnoexcept |
Definition at line 187 of file simd_types.h.
|
inlinenoexcept |
Definition at line 193 of file simd_types.h.
|
inlinenoexcept |
Definition at line 199 of file simd_types.h.
| vec128_int kcenon::pacs::encoding::simd::vec256_int::high |
Definition at line 177 of file simd_types.h.
| vec128_int kcenon::pacs::encoding::simd::vec256_int::low |
Definition at line 176 of file simd_types.h.