Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
I think the types "long long" and "unsigned long long" are 64-bit integer types. There's no native 48-bit type, though; everyone just uses 64 bits.
Hi everybody,
I'm trying to implement a data processing function for a 48 bit integer, so I would like to know if it is possible to deal with 48 bits number in Nios I I'm working with Altera's standard compiler. Thanks in advance, Garrulillo.I think the types "long long" and "unsigned long long" are 64-bit integer types. There's no native 48-bit type, though; everyone just uses 64 bits.