mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
remove last space
This commit is contained in:
parent
0c018d73d3
commit
afa85b785d
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue