This commit is contained in:
Kovid Goyal 2024-02-01 22:03:22 +05:30
parent 601c4ad4df
commit da31db3212
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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) {