[fpc-devel] AVX 512 - Can't compile vaddps zmm1, zmm2, zmm3
Florian Klämpfl
florian at freepascal.org
Sun Sep 9 10:10:18 CEST 2018
Am 08.09.2018 um 06:50 schrieb Joao Schuler:
> 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?
The avx512 branch shouldn't be different in this regard?
>I can't tell users to use your branch as of now as the lack of inline decreases speed.
>
> Anyway, thank you!
>
>
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
>
More information about the fpc-devel
mailing list