[Issue 10826] [GC] Should the D GC allocate double4[] aligned to 32 bytes?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 10 02:43:33 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=10826

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
@schveiguy created dlang/druntime pull request #3192 "fix issue 10826 -- make
sure large arrays obey 32-byte or greater alignment" fixing this issue:

- fix issue 10826 -- make sure 32-byte aligned types (such as
  __vector(ubyte[32]) ) are aligned to 32-bytes when put into large
  arrays.

https://github.com/dlang/druntime/pull/3192

--


More information about the Digitalmars-d-bugs mailing list