[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:3 Jan 2005 22:26:45 -0000 
Subject:Re: RE: single float results: a problem with C also, not just Fortran! 
From:Aaron Sloman 
Volume-ID: 

Thanks Joe,

[AS]
> > So the problem is there in C too (if what I have done is OK).
>
> SNIP
>
> Which would suggest that the conversion from single precision floats to pop
> floats is the problem.
>
> I believe this has to be hand written in assembler, with knowledge of both
> pop-floats and native (single floats).

Yes. The relevant assembler files in $popsrc appear to be

	afloat.s
	aextern.s

Though I guess it could be a problem at a higher level, e.g. in the
exacc or exload libraries, on which I am no expert.

Aaron