VecCore 0.4.1
This release addresses the problem of lack of support for HTTPS in CMake in some systems, as well as some bugs in the build system of VecCore (e.g. in FindUMESIMD.cmake, which was simplified), and adds some new API functions. The new functions are:
EarlyReturnMaxLength()
: Takes a variable and a maximum length for which it should return true when checking for a possible early return.Lowest()
andHighest()
for integer types were added tovecCore::NumericLimits
.ReduceAdd()
,ReduceMin()
, andReduceMax()
: Takes a SIMD vector and return the sum/min/max within the vector as a scalar.
The CMake command line is now recorded for the user's reference with RecordCmdLine.cmake
, added by Philippe Canal (@pcanal).