This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question about PI



On Feb 18, 2006, at 3:45 PM, Christophe Jaillet wrote:


Maybe this is not an issue but in the files 'emit-rtl.c' and
'config/i386.c', PI is represented as a string :

                    |
                    v
3.1415926535897932384626433832795028841971693993751058209749445923078
('emit-rtl.c')
3.1415926535897932385128089594061862044 ('config/i386.c')
                    ^
                    |

The PI which is in config/i386.c is what fldpi will produce and not really PI.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]