On Monday 06 March 2006 14:03, Ulrich Hecht wrote:
> Hi!
>
> On Wednesday 01 March 2006 23:18, Anderson Lizardo wrote:
> > I was having some issues with the latest qemu (ARM user emulation),
> > which I tracked down to the following reduced test case:
> >
> > #include
> > int main(void)
> > {
> >
On 3/6/06, Ulrich Hecht <[EMAIL PROTECTED]> wrote:
> On Wednesday 01 March 2006 23:18, Anderson Lizardo wrote:
> > I was having some issues with the latest qemu (ARM user emulation),
> > which I tracked down to the following reduced test case:
> >
> > #include
> > int main(void)
> > {
> >
Hi!
On Wednesday 01 March 2006 23:18, Anderson Lizardo wrote:
> I was having some issues with the latest qemu (ARM user emulation),
> which I tracked down to the following reduced test case:
>
> #include
> int main(void)
> {
> float a, b;
> a = 0.1f;
> b = 0.8f;
>
Hi,
I was having some issues with the latest qemu (ARM user emulation),
which I tracked down to the following reduced test case:
#include
int main(void)
{
float a, b;
a = 0.1f;
b = 0.8f;
printf("a < b: %d\n", (a < b));
return 0;
}
Compile it with an ARM c