You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to disassembly shader on Adreno 530, then it show [unknown(4,9)].
And I found [rcp rsq rsqh exp2h log2h sinpb2] in libllvm-qcom.so.
So I guess it has new instructions on Adreno 530.
The text was updated successfully, but these errors were encountered:
yes, does look like a new cat4 instruction.. I guess if you have a simple shader that triggers the instruction, and the rest of the disassembled shader, it shouldn't be too hard to figure out what it is.
Hello
I try to disassembly shader on Adreno 530, then it show [unknown(4,9)].
And I found [rcp rsq rsqh exp2h log2h sinpb2] in libllvm-qcom.so.
So I guess it has new instructions on Adreno 530.
The text was updated successfully, but these errors were encountered: