* i386-modes.def: Add XFmode format adjustment.

From-SVN: r73106
This commit is contained in:
Jan Hubicka 2003-10-31 00:27:30 +01:00 committed by Jan Hubicka
parent 1199470c69
commit ac3ef3f506
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-10-31 Jan Hubicka <jh@suse.cz>
* i386-modes.def: Add XFmode format adjustment.
2003-10-30 Jan Hubicka <jh@suse.cz>
* real.c (encode_ieee_extended): Back out previous patch.

View File

@ -27,6 +27,9 @@ Boston, MA 02111-1307, USA. */
tables are correctly set up. We correct its size below. */
FLOAT_MODE (XF, 12, ieee_extended_intel_96_format);
ADJUST_FLOAT_FORMAT (XF, (TARGET_128BIT_LONG_DOUBLE
? &ieee_extended_intel_128_format
: &ieee_extended_intel_96_format));
ADJUST_BYTESIZE (XF, TARGET_128BIT_LONG_DOUBLE ? 16 : 12);
ADJUST_ALIGNMENT (XF, TARGET_128BIT_LONG_DOUBLE ? 16 : 4);
FLOAT_MODE (TF, 16, ieee_quad_format);