octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testing in big-endian system


From: Carnë Draug
Subject: Re: Testing in big-endian system
Date: Thu, 1 Nov 2018 16:01:26 +0000

On Thu, 1 Nov 2018 at 15:21, Carnë Draug <address@hidden> wrote:
> Hi
>
> If anyone has Octave installed in a big-endian machine, could they
> check what the following returns:
>
>     [~, ~, endian] = computer ()
>     x = false (1, 32);
>     x(1) = true;
>     disp (bitpack (x, "uint32"))
>     x(9) = true;
>     disp (bitpack (x, "uint32"))
>
> Thank you
> carandraug

I got someone to do this and send me the results outside the mailing list.
For anyone interested, I reported the bug found at
https://savannah.gnu.org/bugs/index.php?54931

Thank you all anyway



reply via email to

[Prev in Thread] Current Thread [Next in Thread]