This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, libgcc2, i386]: Enable TFmode / TCmode support in libgcc2
- From: "Uros Bizjak" <ubizjak at gmail dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: "GCC Patches" <gcc-patches at gcc dot gnu dot org>, "Ian Lance Taylor" <iant at google dot com>, marius dot cornea at intel dot com
- Date: Fri, 15 Jun 2007 09:04:15 +0200
- Subject: Re: [PATCH, libgcc2, i386]: Enable TFmode / TCmode support in libgcc2
- References: <4671A7C1.6030709@gmail.com> <20070614235012.GA21129@lucon.org>
On 6/15/07, H. J. Lu <hjl@lucon.org> wrote:
> This patch is also needed to activate TFmode support for Intel's BID
> library [1].
>
With Intel BID library, I got the following on Linux/Intel64:
/export/build/gnu/gcc/build-x86_64-linux/prev-gcc/xgcc
-B/export/build/gnu/gcc/build-x86_64-linux/prev-gcc/ -O2 -g x.c -o
x
./x
1.200000
1.300000
1.400000
Nice!
I have committed the x86_64 libgcc TFmode support patch (with updated
copyright years) to SVN mainline.
Uros.