Re: M1 Port - Why PPC64 rather than the Arm32 port?
Gary Palter <[email protected]> Sun, 31 Dec 2023 09:32:40 -0500
| Newsgroups | gmane.lisp.openmcl.devel |
|---|---|
| Message-ID | <[email protected]> |
The 32-bit Arm architecture is very different from the 64-bit architecture and isn’t a good starting point. The better question is why PPC64 instead of x86-64? The main reason is that, like Arm64, PPC64 has 32 registers vs. 16 for x86-64. - Gary > On Dec 31, 2023, at 5:53 AM, Bruce O'Neel <[email protected]> wrote: > > Hi, > > I made this a separate message to not pollute the other thread. > > More for curiosity rather than anything else, but, why is the PPC64 port the best to start from? I would have naively guessed the Arm32 port. > > Thanks. > > bruce >