7 lines
157 B
C
7 lines
157 B
C
|
#include "ieee-float.h"
|
||
|
|
||
|
CONST struct ext_format ext_format_68881 = {
|
||
|
/* tot sbyte smask expbyte manbyte */
|
||
|
12, 0, 0x80, 0,1, 4,8 /* mc68881 */
|
||
|
};
|