Thank you for feedback. I understand what are the limits of tcc. In my specific 
problem, I am trying to speed up user-provided expression in a simulation of 
100 paths. Can I use the avx512 build-in - e.g. work on 8 double precision 
values with one operation - practically reducing the 100 evaluations to 13 
(100/8) ?

User expressions are all in the form that can be handle by AVX SIMD 
instructions: add, multiple, … 

Thanks, yair. 

Sent from my iPad
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to