This commit is contained in:
Kovid Goyal
2024-02-01 22:03:22 +05:30
parent 601c4ad4df
commit da31db3212

View File

@@ -734,7 +734,7 @@ func (f *Function) CmpGtEpi8(a, b, ans Register) {
}
func (f *Function) CmpLtEpi8(a, b, ans Register) {
f.cmp(b, a, ans, "GT", "<")
f.cmp(b, a, ans, "GT", ">")
}
func (f *Function) CmpEqEpi8(a, b, ans Register) {