mirror of
https://github.com/open-goal/jak-project
synced 2026-08-14 04:33:04 -04:00
[decompiler] clean up vector detection and add vector float product detection (#638)
* change * recognize vector float product and update tests
This commit is contained in:
@@ -248,8 +248,7 @@
|
||||
(set! (-> str-ptr 0) (the-as uint char))
|
||||
(set! (-> str-ptr 1) (the-as uint 0))
|
||||
)
|
||||
(let ((v1-1 0))
|
||||
)
|
||||
0
|
||||
0
|
||||
)
|
||||
|
||||
@@ -405,8 +404,7 @@
|
||||
)
|
||||
(set! (-> str-ptr 0) (the-as uint 0))
|
||||
)
|
||||
(let ((v1-3 0))
|
||||
)
|
||||
0
|
||||
)
|
||||
#f
|
||||
)
|
||||
@@ -437,8 +435,7 @@
|
||||
)
|
||||
(set! (-> ptr 1) (the-as uint 0))
|
||||
)
|
||||
(let ((v1-7 0))
|
||||
)
|
||||
0
|
||||
)
|
||||
#f
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user