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

Public Member Functions | |
| vec128_int () noexcept=default | |
| void | store (void *ptr) const noexcept |
| void | store_aligned (void *ptr) const noexcept |
Static Public Member Functions | |
| static vec128_int | load (const void *ptr) noexcept |
| static vec128_int | load_aligned (const void *ptr) noexcept |
Public Attributes | |
| uint8_t | bytes [16] {} |
Portable 128-bit integer vector wrapper.
Definition at line 75 of file simd_types.h.
|
defaultnoexcept |
|
inlinestaticnoexcept |
Definition at line 126 of file simd_types.h.
References bytes.
|
inlinestaticnoexcept |
Definition at line 132 of file simd_types.h.
|
inlinenoexcept |
Definition at line 136 of file simd_types.h.
|
inlinenoexcept |
Definition at line 140 of file simd_types.h.
| uint8_t kcenon::pacs::encoding::simd::vec128_int::bytes[16] {} |