Re: C/C++ extension for SIMD proposal

2023-06-10 Thread Jakub Juszczakiewicz via Gcc
Hi.     Thanks for fast reply. I will check this, because I didn't know that. BR, Jakub On 10.06.2023 20:12, Jakub Jelinek wrote: On Sat, Jun 10, 2023 at 07:51:10PM +0200, Jakub Juszczakiewicz via Gcc wrote: Hi all,     I don't know is here right place for sharing ideas, but I

C/C++ extension for SIMD proposal

2023-06-10 Thread Jakub Juszczakiewicz via Gcc
Hi all,     I don't know is here right place for sharing ideas, but I don't have idea, where I can send it. I have simple idea. When I turned on OpenMP, for parallelly execute simple for it's enough when I add line like this before loop: #pragma omp parallel for for (size_t i = 0; i < 100