[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What x86_64-pc-linux-gnu is?
From: |
Mike Miller |
Subject: |
Re: What x86_64-pc-linux-gnu is? |
Date: |
Sun, 16 Sep 2018 12:12:13 -0700 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Sun, Sep 16, 2018 at 02:44:10 -0500, Leloup wrote:
> When launching the named command "computer", Octave answers:
> "x86_64-pc-linux-gnu". What does that mean? Octave works only with 32 bits
> while Windows runs fully with 64 bits. Isn't?
> What answer should be expected if Octave fully worked with 64bits?
What do you mean by "fully worked with 64bits?"
The "x86_64" means that Octave is compiled to Intel 64-bit architecture
and instruction sets.
If you mean whether Octave can use 64-bit integer indexing, you can
determine that by looking at what the 'sizemax' function returns.
>> help sizemax
…
Return the largest value allowed for the size of an array.
…
>> sizemax
ans = 9223372036854775806
--
mike
signature.asc
Description: PGP signature
- What x86_64-pc-linux-gnu is?, Leloup, 2018/09/16
- Re: What x86_64-pc-linux-gnu is?, Sergei Steshenko, 2018/09/16
- Re: What x86_64-pc-linux-gnu is?,
Mike Miller <=
- Re: What x86_64-pc-linux-gnu is?, Leloup, 2018/09/19
- Re: What x86_64-pc-linux-gnu is?, Leloup, 2018/09/19
- Re: What x86_64-pc-linux-gnu is?, Mike Miller, 2018/09/19
- Re: What x86_64-pc-linux-gnu is?, Leloup, 2018/09/20
- Re: What x86_64-pc-linux-gnu is?, Mike Miller, 2018/09/20
- SOLVED: What x86_64-pc-linux-gnu is?, Leloup, 2018/09/22