Anton Soppelsa wrote:
I wasn't able to find
information about "__DI__" (on the gcc manual pages).
The modes are defined in the internals documentation.
http://gcc.gnu.org/onlinedocs/gccint/Machine-Modes.html#Machine-Modes
By the way, do they mean Double-, Single-,
Half-, Quarter-, -Integer?
Dear GCC help pages maintainers,
I recently encountered a statement like this one
__attribute__((__mode__(__DI__)))
in a micro kernel source file.
As I'm not so skilled with this kind of C/C++ syntax I tried to read the
manual about the keywords involved in that expression. Despite I found
in