Re: [PATCH v2] Cygwin: Make gcc-specific code in compiler-agnostic

2023-07-10 Thread Corinna Vinschen
On Jul 9 00:59, Mark Geisert wrote: > The current version of cannot be compiled by Clang due to > the use of builtin versions of malloc, free, and memset. Their presence > here was a dubious optimization anyway, so their usage has been > converted to standard library functions. > > The use of _

[PATCH v2] Cygwin: Make gcc-specific code in compiler-agnostic

2023-07-09 Thread Mark Geisert
The current version of cannot be compiled by Clang due to the use of builtin versions of malloc, free, and memset. Their presence here was a dubious optimization anyway, so their usage has been converted to standard library functions. The use of __builtin_popcountl remains because Clang implemen