octave-maintainers
[Top][All Lists]
Advanced

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

Testing in big-endian system


From: Carnë Draug
Subject: Testing in big-endian system
Date: Thu, 1 Nov 2018 15:21:33 +0000

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



reply via email to

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