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

Re: C/C++ extension for SIMD proposal

2023-06-10 Thread Jakub Jelinek via Gcc
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 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 ad

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 don't have ide

gcc/config.in was not regenerated

2023-06-10 Thread FX Coudert via Gcc
Hi, Building GCC in maintainer mode leads to changes in gcc/config.in : > diff --git a/gcc/config.in b/gcc/config.in > index 4cad077bfbe..25442c59aec 100644 > --- a/gcc/config.in > +++ b/gcc/config.in > @@ -67,6 +67,12 @@ > #endif > +/* Define to larger than one set the n

gcc-13-20230610 is now available

2023-06-10 Thread GCC Administrator via Gcc
Snapshot gcc-13-20230610 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20230610/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 13 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

inverse of compiling

2023-06-10 Thread André Coelho via Gcc
hello can we compile asm source code to c source code? It is the inverse, so possiliby is that it is already coded? thanks in advance andre

Re: inverse of compiling

2023-06-10 Thread Gabriel Ravier via Gcc
On 6/11/23 02:30, André Coelho via Gcc wrote: hello can we compile asm source code to c source code? It is the inverse, so possiliby is that it is already coded? thanks in advance andre https://en.wikipedia.org/wiki/Decompiler