Altera_Forum
Honored Contributor
21 years agoSign Extend operation
Hi, Now I am worry about performance of Sign Extend operation. for example, char sc(unsgined char uc) { return (signed char) uc; } Nios II GCC will generates following cod...