================ @@ -83,9 +85,10 @@ void Embedding::scaleAndAdd(const Embedding &Src, float Factor) { bool Embedding::approximatelyEquals(const Embedding &RHS, double Tolerance) const { assert(this->size() == RHS.size() && "Vectors must have the same dimension"); - for (size_t i = 0; i < this->size(); ++i) + for (size_t i = 0; i < this->size(); ++i) { ---------------- mtrofin wrote:
or... wait. This is from the PR below this in the stack... why the `{}`? https://github.com/llvm/llvm-project/pull/143200 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits