Re: [fpc-pascal] FPC and SIMD intrinsics

2024-04-22 Thread Adriaan van Os via fpc-pascal
Alecu Ștefan-Iulian via fpc-pascal wrote: Hello! I am interested in making a high-performance project which involves a lot of math, which is why I am interested in using SIMD (AVX2) on x86_64 (and for fun as well, if I'm honest). I am coming mainly from the C and C++ world where one has intrinsi

[fpc-pascal] FPC and SIMD intrinsics

2024-04-14 Thread Alecu Ștefan-Iulian via fpc-pascal
Hello! I am interested in making a high-performance project which involves a lot of math, which is why I am interested in using SIMD (AVX2) on x86_64 (and for fun as well, if I'm honest). I am coming mainly from the C and C++ world where one has intrinsics (such as `_mm256_add_epi64`, to give an