Re: [PATCH] common/mlx5: use intrinsics instead of inline assembly

2025-06-04 Thread Andre Muezerie
On Tue, Jun 03, 2025 at 05:13:14PM +0200, Dariusz Sosnowski wrote: > Hi, > > On Mon, May 05, 2025 at 07:57:42AM -0700, Andre Muezerie wrote: > > When compiling with MSVC the errors below are hit because msvc does not > > support inline assembly: > > > > 1) > > ../drivers/common/mlx5/mlx5_common.c

Re: [PATCH] common/mlx5: use intrinsics instead of inline assembly

2025-06-03 Thread Dariusz Sosnowski
Hi, On Mon, May 05, 2025 at 07:57:42AM -0700, Andre Muezerie wrote: > When compiling with MSVC the errors below are hit because msvc does not > support inline assembly: > > 1) > ../drivers/common/mlx5/mlx5_common.c(86): warning C4013: '__asm__' > undefined; assuming extern returning int > ../

Re: [PATCH] common/mlx5: use intrinsics instead of inline assembly

2025-06-02 Thread Andre Muezerie
On Mon, May 05, 2025 at 07:57:42AM -0700, Andre Muezerie wrote: > When compiling with MSVC the errors below are hit because msvc does not > support inline assembly: > > 1) > ../drivers/common/mlx5/mlx5_common.c(86): warning C4013: '__asm__' > undefined; assuming extern returning int > ../drive

[PATCH] common/mlx5: use intrinsics instead of inline assembly

2025-05-05 Thread Andre Muezerie
When compiling with MSVC the errors below are hit because msvc does not support inline assembly: 1) ../drivers/common/mlx5/mlx5_common.c(86): warning C4013: '__asm__' undefined; assuming extern returning int ../drivers/common/mlx5/mlx5_common.c(87): error C2143: syntax error: missing ')'