I need to declare 80bit size variable in C program compiled by gcc (I need it to pass data to asm procedure which works on fpu, which is called by this program written in C) My architecture is AMD x64 I tried long double, __float80, but for them sizeof returns 12 insted of 10. So how to declare such variable?
thanks in advance
Aucun commentaire:
Enregistrer un commentaire