core.simd and dynamic arrays

Guillaume Piolat first.nam_e at gmail.com
Mon Jan 27 15:55:17 UTC 2025


On Monday, 27 January 2025 at 05:57:18 UTC, John C. wrote:
> On Monday, 27 January 2025 at 05:53:09 UTC, John C. wrote:
>>> Print out the pointer to `a[0]` to verify what the actual 
>>> alignment is.
>>
>> If we look to output above, first line addresses are aligned 
>> to 32 bytes
>
> Except address with B(1011) at second from the right position?

You may use intel-intrinsics who:
1. guarantees float8 is there
2. have aligned malloc _mm_malloc


More information about the Digitalmars-d-learn mailing list