core.simd and dynamic arrays
John C.
example at example.com
Mon Jan 27 20:08:18 UTC 2025
On Monday, 27 January 2025 at 15:55:17 UTC, Guillaume Piolat
wrote:
> You may use intel-intrinsics who:
> 1. guarantees float8 is there
> 2. have aligned malloc _mm_malloc
I have heard about intel-intrinsics and it's really good idea to
use it in my code, but I wanted to try some SIMD operations with
core.simd. But I didn't know about aligned malloc, thanks!
More information about the Digitalmars-d-learn
mailing list