Re: Trouble with integer floating point conversion



rembremading wrote:
Yes, your assembler code works fine, although I don't understand what it
does :-)

Then read http://www.network-theory.co.uk/docs/gccintro/gccintro_70.html

It answers your questions fairly comprehensively and gives a simple
way of disabling extended precision for the duration of a program's
execution.

The mechanism outlined is the simplest way of "fixing" your problem.
.