search for: __and

Displaying 5 results from an estimated 5 matches for "__and".

Did you mean: __add
2019 Jul 15
2
A libc in LLVM
...gt; > This is somewhat confusing to me. That's a reason to support *at > > > least* C11. It doesn't seem like a reason to not support the latest C > > > standard. > > I think there is some misunderstanding here. My first message said > llvm-libc will target C11 __and above__. Which is to imply that the > lower bound of supported standards is C11. > > > On Mon, Jul 15, 2019 at 11:31 AM Finkel, Hal J. <hfinkel at anl.gov> wrote: > > +1. Aiming for C17 seems better than aiming for only C11. > > I interpreted Aaron Ballman's first...
2019 Jul 15
2
A libc in LLVM
On 7/15/19 1:22 PM, Aaron Ballman via llvm-dev wrote: > On Mon, Jul 15, 2019 at 1:02 PM Siva Chandra <sivachandra at google.com> wrote: >> On Fri, Jul 12, 2019 at 8:32 AM Aaron Ballman <aaron at aaronballman.com> wrote: >>>> llvm-libc is an implementation of the C standard library targeting C11 >>>> and above. >>> Any particular reason for C11
2016 Nov 25
2
shared libraries: missing soname
Martin Maechler <maechler at stat.math.ethz.ch> writes: > Well, Dirk has said to have given his last reply on this thread. > I (as a member of R-core) am glad about people like Dirk who > take some of our load and helpfully answer such > questions/reports on R-devel. I am glad too. Thank you. My ultimate goal is to ensure that R works as well on FreeBSD as it does elsewhere.
2016 Nov 25
0
shared libraries: missing soname
...g?) still start from the wrong (at least outside of the gilded confines of FreeBSD) premise. It. Just. Works. Just give us and the unknown-but-sometimes-estimated-to-be-in-the-millions of R users some credit. What is there __works__. Seriously. Debian folks are pendantic for technical excellence __and even they have no issue with per-package and local shared libraries__. Which is what this is. Really. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2015 Dec 11
1
Runtime error when run a RInside program compiled by intel c++ on windows
I have intstalled R-3.2.2,Rcpp-0.12.2,RInside-0.2.13 on windows. I compiled the example1 of RInside in the example directory which create a RInside instance and prints "hello world". The compiler is intel c++. I included the RInside source files in the project and fixed the compile and link errors. But when run the executable file it prints some error message and quites. I debug