mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
...
This commit is contained in:
parent
601c4ad4df
commit
da31db3212
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue