search for: __clang_enable_library_x

Displaying 2 results from an estimated 2 matches for "__clang_enable_library_x".

2018 Dec 12
2
[RFC] Re-implementing -fveclib with OpenMP
...the user-driven stuff? If so, let's look at it later. > New `math.h` header file > ------------------------ > > Shipped in `<clang>/lib/Headers/math.h`, contains all the declaration of > the functions available in the vector library `X`, `ifdef` guarded by > the macro `__CLANG_ENABLE_LIBRARY_X`. So, the compiler will have the header files and the libraries will be in charge of implementing them, to avoid linkage errors? If this is a standard ABI that multiple libraries follow, I'm in favour. If we'll end up with one (or more) header(s) per library or worse, need to update the h...
2018 Nov 30
2
[RFC] Re-implementing -fveclib with OpenMP
Hi all, I am submitting the following RFC [1] to re-implement -fveclib via OpenMP constructs. The RFC was discussed during a round table at the last LLVM developer meeting, and presented during the BoF [2]. The proposal is published on Phabricator, for the purpose of keeping track of the comments, and it now ready for a review from a wider audience after being polished by Hal Finkel and Hideki