#include <sph_simd.h>
This structure is a context for SIMD computations: it contains the intermediate values and some data from the last entered block. Once an SIMD computation has been performed, the context can be reused for another computation. This specific structure is used for SIMD-384 and SIMD-512.
The contents of this structure are private. A running SIMD computation can be cloned by copying the context (e.g. with a simple memcpy()
).