This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RFC: Add BID as a configure time option for DFP
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Cc: marius dot cornea at intel dot com, evandro dot menezes at amd dot com
- Date: Wed, 10 Jan 2007 11:40:46 -0800
- Subject: RFC: Add BID as a configure time option for DFP
Both AMD and Intel like to have BID as a configure time option
for DFP. Intel is planning to contribute a complete BID runtime
library, which can be used by executables generate by gcc.
As the first step, we'd like to contribute a BID<->DPD library so that
BID can be used with libdecnumber by executables generate by gcc
before the complete BID runtime library is ready.
Any comments?
H.J.