Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-16 Thread Ao Qi
On Fri, 16 Sep 2022 14:09:39 GMT, Kevin Rushforth wrote: >> Ao Qi has updated the pull request incrementally with one additional commit >> since the last revision: >> >> disable msse2 by default, use IS_LOONGARCH64 and IS_AARCH64 > > The changes look good. I'm doing a final sanity test on

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-16 Thread Kevin Rushforth
On Thu, 8 Sep 2022 07:26:48 GMT, Ao Qi wrote: >> LoongArch is a new RISC ISA. This issue proposes adding support for >> Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but >> the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit >> is updated to

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-16 Thread Kevin Rushforth
On Thu, 8 Sep 2022 07:26:48 GMT, Ao Qi wrote: >> LoongArch is a new RISC ISA. This issue proposes adding support for >> Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but >> the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit >> is updated to

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-15 Thread Alexander Matveev
On Thu, 8 Sep 2022 07:26:48 GMT, Ao Qi wrote: >> LoongArch is a new RISC ISA. This issue proposes adding support for >> Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but >> the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit >> is updated to

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-15 Thread Ao Qi
On Thu, 15 Sep 2022 13:31:54 GMT, Johan Vos wrote: >> Ao Qi has updated the pull request incrementally with one additional commit >> since the last revision: >> >> disable msse2 by default, use IS_LOONGARCH64 and IS_AARCH64 > > It looks good. I'll do a build and then hopefully I can approve

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-15 Thread Johan Vos
On Thu, 8 Sep 2022 07:26:48 GMT, Ao Qi wrote: >> LoongArch is a new RISC ISA. This issue proposes adding support for >> Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but >> the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit >> is updated to

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-15 Thread Ao Qi
On Thu, 15 Sep 2022 13:31:54 GMT, Johan Vos wrote: > It looks good. I'll do a build and then hopefully I can approve (those > ifeq/ifneq changes often need more than a few pair of eyes) Yes. We need to check it carefully:) I did some tests like: ifneq (,$(findstring $(ARCH), x64 x32

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-15 Thread Johan Vos
On Thu, 8 Sep 2022 07:26:48 GMT, Ao Qi wrote: >> LoongArch is a new RISC ISA. This issue proposes adding support for >> Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but >> the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit >> is updated to

Re: RFR: 8293214: Add support for Linux/LoongArch64 [v4]

2022-09-08 Thread Ao Qi
> LoongArch is a new RISC ISA. This issue proposes adding support for > Linux/LoongArch64. Upstream WebKit for LoongArch64 support is not ready, but > the OpenJFX part is simple and ready. When the LoongArch64 supported Webkit > is updated to OpenJFX, it is supposed to work. > > Testing: > -