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
Currently, the isgenq.c file does not support LE 64-bit. We should fix that as there are products that would like to import that functionality from the ZSS 64-bit binary.
The text was updated successfully, but these errors were encountered:
Changes:
* Allow LE 64-bit compilation;
* Use named parameters and registers in __asm.
* Add isgenq tests;
* Improve doc in the isgenq header.
Fixes: #422
Signed-off-by: Irek Fakhrutdinov <[email protected]>
Changes:
* Allow LE 64-bit compilation;
* Use named parameters and registers in __asm.
* Add isgenq tests;
* Improve doc in the isgenq header.
Fixes: #422
Signed-off-by: Irek Fakhrutdinov <[email protected]>
Changes:
* Allow LE 64-bit compilation;
* Use named parameters and registers in __asm.
* Add isgenq tests;
* Improve doc in the isgenq header.
Fixes: #422
Signed-off-by: Irek Fakhrutdinov <[email protected]>
Overview
Currently, the
isgenq.c
file does not support LE 64-bit. We should fix that as there are products that would like to import that functionality from the ZSS 64-bit binary.The text was updated successfully, but these errors were encountered: