Hello,
In the case that I feel brave enough to code support for AVX512 on asm
sections, from where should I start?

This question is related to:
https://forum.lazarus.freepascal.org/index.php/topic,41572.0.html

I would like to use ZMM registers in my code and do things like these:

asm
vmovups zmm, [rax]
...
end;

wishing everyone happy pascal coding,
Schuler.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to