Hello all,
I would like to use a ‘carry-less’ multiplication (corresponding to ‘PCLMULQDQ’ in x64 assembly).
Odin version is ‘dev-2025-03’. I couldn’t find it in ‘simd’/‘builtin’/‘intrinsics’.
Is it already available, or a WIP, or shouldn’t be available from the language ?
Tanks in advance for your help !
Context: porting ‘simdjson’ to Odin (simdjson/include/simdjson/haswell/bitmask.h at master · simdjson/simdjson · GitHub intel intrinsic ‘_mm_clmulepi64_si128’ corresponds to x64 assembly ‘PCLMULQDQ’)