This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: QFmode float support missing from optabs?
On Wed, Feb 20, 2002 at 05:34:40PM -0500, Alan Lehotsky wrote:
> I think it's partly that c4x is using HFmode (two 32 bit bytes), and
> partly because they've got define_expands for most of the QFmode things.
> Including doing libcalls directly in the backend.
Oh, so the bug is in the part of optabs that generates libcalls?
That makes more sense. Yes, we can fix all of this.
r~