Re: [Mingw-w64-public] [PATCH] RFC: crt: Use intermediate libraries to build object files shared across all libmsvcr*.a and libucrt*.a

2021-07-17 Thread LIU Hao
在 2021-07-14 19:45, Martin Storsjö 写道: On Wed, 14 Jul 2021, Martin Storsjö wrote: This avoids compiling the object files that go into libmsvcrt*.a 10 times, and object files that go into libucrt*.a twice. This reduces the number of built object files for a build for i686 from 885 to 747, and s

Re: [Mingw-w64-public] Patch WS2 Inline Functions

2021-07-17 Thread LIU Hao
在 2021-07-13 17:44, Jonathan Marler 写道: Do things work out if you use the existing __mingw_ovr attribute define? It appears to fix the issue yes. Here's a patch with that solution: Would you please send a new patch as an attachment? This one seemed to be corrupted due to hard-wrapping. Al

Re: [Mingw-w64-public] [PATCH v2] headers: Implement the _bittest* intrinsics for arm and aarch64

2021-07-17 Thread LIU Hao
在 2021-07-15 05:16, Martin Storsjö 写道: +#if __INTRINSIC_PROLOG(_bittestandcomplement) +unsigned char _bittestandcomplement(__LONG32 *a, __LONG32 b); +#if !__has_builtin(_bittestandcomplement) +__INTRINSICS_USEINLINE +unsigned char _bittestandcomplement(__LONG32 *__a, __LONG32 __b) +{ +unsigne

Re: [Mingw-w64-public] [PATCH] headers: Add some missing names in psdk_inc/_dbg_common.h

2021-07-17 Thread LIU Hao
在 2021-07-16 00:20, Biswapriyo Nath 写道: From 02fe066f2699d57707de906b7be6d2024ef60ff8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 15 Jul 2021 12:57:12 +0530 Subject: [PATCH] headers: Add some missing names in psdk_inc/_dbg_common.h Signed-off-by: Biswapriyo Nath --- .../include/