[fpc-devel] AVX 512 - Can't compile vaddps zmm1, zmm2, zmm3

Joao Schuler jp at schulers.com
Sat Sep 8 06:50:17 CEST 2018


I can confirm that this works:

  VEXTRACTF32x4 xmm2, zmm0, 1
  VEXTRACTF32x4 xmm3, zmm0, 2
  VEXTRACTF32x4 xmm4, zmm0, 3

Well done job!

I have more good news: I've just finished coding support for AVX512 in my
own project: https://www.youtube.com/watch?v=qGnfwpKUTIQ

I'm getting loads of warnings "marked as inline is not inlined". Is there
anything I can do to be able to properly compile with inlines? I can't tell
users to use your branch as of now as the lack of inline decreases speed.

Anyway, thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20180908/87350616/attachment.html>


More information about the fpc-devel mailing list