• Just looking around
    Posts: 11 from 2014/9/18
    Quote:

    Andreas_Wolf wrote:
    > Unless Intel is struck by lightning and introduces a clean new x86 family
    > that disregards all legacy instruction-sets for a new superset.

    https://www.intel.com/content/www/us/en/developer/articles/technical/envisioning-future-simplified-architecture.html
    https://en.wikipedia.org/wiki/X86-64#X86S
    https://www.phoronix.com/news/Linux-6.9-More-X86S

    > the Endian-ness question [...] will affect more or less every bit-mask in the
    > NDK/SDK, which would mean every application would need to be recompiled.

    When porting from PPC to another ISA, recompilation of all binaries would have to happen irrespective of endianness. That's a no-brainer. The real issue would be code that's not programmed in an endian-agnostic way, resulting in a non-working or buggy binary after recompiling to an endianness-switched ABI.

    > ARM has instructions that can swap the bits absurdly fast.

    I fail to see where bit swapping would be required with a MorphOS compiled for a little-endian ABI.


    Quote:


    When porting from PPC to another ISA, recompilation of all binaries would have to happen irrespective of endianness. That's a no-brainer.


    Yes, as i outlined it has to. Recompiling and re-doing things like masking is not the same thing.

    Quote:


    I fail to see where bit swapping would be required with a MorphOS compiled for a little-endian ABI.



    dib graphics is one, blit masking is another, sound processing will likewise be affected.



    [ Edited by wotanica 15.03.2024 - 17:04 ]
  • »15.03.24 - 17:57
    Profile Visit Website