Re: [PATCH v4 0/7] eliminate dependency on non-portable __SIZEOF_LONG__

2025-02-05 Thread Andre Muezerie
On Wed, Feb 05, 2025 at 03:50:03PM +, Konstantin Ananyev wrote: > > > On Wed, Feb 05, 2025 at 07:37:21AM -0800, Andre Muezerie wrote: > > > On Wed, Feb 05, 2025 at 09:15:43AM +, Bruce Richardson wrote: > > > > On Tue, Feb 04, 2025 at 10:54:24AM -0800, Andre Muezerie wrote: > > > > > Macro

Re: [PATCH v4 0/7] eliminate dependency on non-portable __SIZEOF_LONG__

2025-02-05 Thread Bruce Richardson
On Wed, Feb 05, 2025 at 07:37:21AM -0800, Andre Muezerie wrote: > On Wed, Feb 05, 2025 at 09:15:43AM +, Bruce Richardson wrote: > > On Tue, Feb 04, 2025 at 10:54:24AM -0800, Andre Muezerie wrote: > > > Macro __SIZEOF_LONG__ is not standardized and MSVC does not define it. > > > Therefore the er

RE: [PATCH v4 0/7] eliminate dependency on non-portable __SIZEOF_LONG__

2025-02-05 Thread Konstantin Ananyev
> On Wed, Feb 05, 2025 at 07:37:21AM -0800, Andre Muezerie wrote: > > On Wed, Feb 05, 2025 at 09:15:43AM +, Bruce Richardson wrote: > > > On Tue, Feb 04, 2025 at 10:54:24AM -0800, Andre Muezerie wrote: > > > > Macro __SIZEOF_LONG__ is not standardized and MSVC does not define it. > > > > Ther

Re: [PATCH v4 0/7] eliminate dependency on non-portable __SIZEOF_LONG__

2025-02-05 Thread Andre Muezerie
On Wed, Feb 05, 2025 at 09:15:43AM +, Bruce Richardson wrote: > On Tue, Feb 04, 2025 at 10:54:24AM -0800, Andre Muezerie wrote: > > Macro __SIZEOF_LONG__ is not standardized and MSVC does not define it. > > Therefore the errors below are seen with MSVC: > > > > ../lib/mldev/mldev_utils_scalar.

Re: [PATCH v4 0/7] eliminate dependency on non-portable __SIZEOF_LONG__

2025-02-05 Thread Bruce Richardson
On Tue, Feb 04, 2025 at 10:54:24AM -0800, Andre Muezerie wrote: > Macro __SIZEOF_LONG__ is not standardized and MSVC does not define it. > Therefore the errors below are seen with MSVC: > > ../lib/mldev/mldev_utils_scalar.c(465): error C2065: > '__SIZEOF_LONG__': undeclared identifier > ../lib