tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Optimizing for avx512


From: Elijah Stone
Subject: Re: [Tinycc-devel] Optimizing for avx512
Date: Sat, 5 Feb 2022 14:38:39 -0800 (PST)

On Sat, 5 Feb 2022, Samir Ribić via Tinycc-devel wrote:

However, it is possible at library level. Simply write matrix manipulations functions in assembly language. Inside functions load data into AVX registers, do calculations in registers and at exit write the result into memory.

I think tcc's assembler does not support avx512 either :)

 -E

reply via email to

[Prev in Thread] Current Thread [Next in Thread]