[GSoC] 'Independency of D from the C Standard Library' progress and update thread
Mike Franklin
slavo5150 at yahoo.com
Wed Jun 5 03:35:42 UTC 2019
On Wednesday, 5 June 2019 at 03:00:13 UTC, Exil wrote:
> How did you compile the code? GCC and Clang both target
> baseline x64, to use features like AVX2 you have to enable
> them, that of course means that not all CPUs will be able to
> run the code, though it will run faster on those that do.
If you're referring to the rte_memcpy file, I compiled it with
-march=native.
More information about the Digitalmars-d
mailing list