core.simd and dynamic arrays
John C.
example at example.com
Sun Jan 26 14:05:24 UTC 2025
On Sunday, 26 January 2025 at 13:59:09 UTC, John C. wrote:
> I have tested this code with LDC on run.dlang.io, segmentation
> fault does occur only if -mattr=+avx is used. Without this flag
> no errors are produced.
Actually, if I use -mcpu=avx with DMD, no error is generated.
However, if this flag is not specified, "undefined identifier
`float8`" error occurs.
More information about the Digitalmars-d-learn
mailing list