Requesting Help with Optimizing Code

Guillaume Piolat first.name at spam.org
Thu Apr 8 14:17:09 UTC 2021


On Thursday, 8 April 2021 at 01:24:23 UTC, Kyle Ingraham wrote:
>
> Is there anything else I can do to improve performance?
>

- profiling?
- you can use _mm_pow_ps in intel-intrinsics package to have 4x 
pow at once for the price of one.




More information about the Digitalmars-d mailing list