chpl Vector Library (CVL) documentation
Core Library
Intrinsics
CVL implements all of the higher level vector operations using a lower level library of intrinsics. These are platform-independent, with the platform-specific implementations in separate modules
Internal Intrinsics
These modules are the internal implementation types used by the intrinsics. They are not intended for direct use by users of CVL, but are included here for developer reference. Do not expect these to be stable or well documented.
SLEEF
SLEEF is a vectorized math library that CVL can use to implement math functions. See https://sleef.org/ for more information.