Skip to content

L1 [bugfix]: reimplemented serialization of SIMD vectors

Sergei Zharko requested to merge s.zharko/cbmroot:L1Algo-dev12 into master

In this MR a serialization of fvec objects was modified:

  1. The save and load routines were override to avoid usage of reinterpret_cast on a fvec object for accessing its elements;
  2. Only the first scalar of vector is serialized, the loaded vector will consist from the same elements equal to this scalar

Merge request reports