This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Suffix for __float128 FP constants
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: GCC <gcc at gcc dot gnu dot org>
- Cc: "H. J. Lu" <hjl at lucon dot org>, "Joseph S. Myers" <joseph at codesourcery dot com>
- Date: Sun, 17 Jun 2007 22:27:38 +0200
- Subject: Suffix for __float128 FP constants
Hello!
I was trying to load a full 128 bit constant into __float128 variable,
but with "L" suffix, I was able to load only XFmode constant. Is there a
special suffix for __float128 available in gcc?
Uros.