remove last space

This commit is contained in:
MITSUNARI Shigeo 2024-11-11 14:19:26 +09:00
parent 0c018d73d3
commit afa85b785d

View file

@ -953,7 +953,7 @@ inline Ymm Xmm::cvt256() const
return Ymm(changeBit(256).getIdx());
}
inline Zmm Xmm::cvt512() const
inline Zmm Xmm::cvt512() const
{
return Zmm(changeBit(512).getIdx());
}