Re: [PATCH v2 2/2] app/test: add test_init_m128i using compiler intrinsic

2025-03-05 Thread Andre Muezerie
On Wed, Mar 05, 2025 at 09:20:03AM +, Bruce Richardson wrote: > On Tue, Mar 04, 2025 at 01:53:19PM -0800, Andre Muezerie wrote: > > This test initializes an __m128i data type using the old > > non-portable way used until now and the more portable way > > using compiler intrinsics. The test ensu

Re: [PATCH v2 2/2] app/test: add test_init_m128i using compiler intrinsic

2025-03-05 Thread Bruce Richardson
On Tue, Mar 04, 2025 at 01:53:19PM -0800, Andre Muezerie wrote: > This test initializes an __m128i data type using the old > non-portable way used until now and the more portable way > using compiler intrinsics. The test ensures the resulting > values after initialization match. > > Signed-off-by:

[PATCH v2 2/2] app/test: add test_init_m128i using compiler intrinsic

2025-03-04 Thread Andre Muezerie
This test initializes an __m128i data type using the old non-portable way used until now and the more portable way using compiler intrinsics. The test ensures the resulting values after initialization match. Signed-off-by: Andre Muezerie --- app/test/test_thash.c | 34 +++