Gromacs
2022.2
|
#include <gromacs/simd/impl_reference/impl_reference_simd4_float.h>
SIMD4 variable type to use for logical comparisons on floats.
Available if GMX_SIMD4_HAVE_FLOAT is 1.
Public Member Functions | |
Simd4FBool (bool b) | |
Construct from scalar bool. | |
Public Attributes | |
std::array< bool, 4 > | simdInternal_ |
Internal SIMD data. Implementation dependent, don't touch. More... | |
std::array<bool, 4 > gmx::Simd4FBool::simdInternal_ |
Internal SIMD data. Implementation dependent, don't touch.
This has to be public to enable usage in combination with static inline functions, but it should never, EVER, be accessed by any code outside the corresponding implementation directory since the type will depend on the architecture.