emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native - Update 12


From: Caio Henrique
Subject: Re: On elisp running native - Update 12
Date: Mon, 28 Sep 2020 12:19:20 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Andrea,

I have a question: does libgccjit include support for the GCC's OpenMP
implementation? If so, then could that be used on Emacs? I.e. the elisp
equivalent of something like: 

#pragma omp parallel for private(i) shared(a)
  for (i=1; i<n; i++)
    b[i] = (a[i] + a[i-1]);

Thanks,
Caio Henrique



reply via email to

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