Re: [committed] libphobos: Add MIPS64 implementation of fiber_switchContext [PR118584]

2025-01-23 Thread Iain Buclaw
Excerpts from Maciej W. Rozycki's message of Januar 23, 2025 6:29 pm: > On Tue, 21 Jan 2025, Iain Buclaw wrote: > >> This patch adds a MIPS64 implementation of `fiber_switchContext', >> replacing the generic implementation. The `core.thread.fiber' module >> already defines version=AsmExternal on

Re: [committed] libphobos: Add MIPS64 implementation of fiber_switchContext [PR118584]

2025-01-23 Thread Maciej W. Rozycki
On Thu, 23 Jan 2025, Maciej W. Rozycki wrote: > > This patch adds a MIPS64 implementation of `fiber_switchContext', > > replacing the generic implementation. The `core.thread.fiber' module > > already defines version=AsmExternal on mips64el-linux-gnuabi64 targets. > > Don't you need similar cod

Re: [committed] libphobos: Add MIPS64 implementation of fiber_switchContext [PR118584]

2025-01-23 Thread Maciej W. Rozycki
On Tue, 21 Jan 2025, Iain Buclaw wrote: > This patch adds a MIPS64 implementation of `fiber_switchContext', > replacing the generic implementation. The `core.thread.fiber' module > already defines version=AsmExternal on mips64el-linux-gnuabi64 targets. Don't you need similar code for n32 MIPS64

[committed] libphobos: Add MIPS64 implementation of fiber_switchContext [PR118584]

2025-01-21 Thread Iain Buclaw
Hi, This patch adds a MIPS64 implementation of `fiber_switchContext', replacing the generic implementation. The `core.thread.fiber' module already defines version=AsmExternal on mips64el-linux-gnuabi64 targets. Committed to mainline. Regards, Iain. --- PR d/118584 libphobos/ChangeLog: