Displaying 3 results from an estimated 3 matches for "bgclang".
2014 Mar 17
2
[LLVMdev] cross-compiling current trunk fails
...--disable-terminfo \
--disable-zlib \
--enable-targets=powerpc \
CXX=${CXX} \
CXXFLAGS="${CXXFLAGS}" \
CC=${CC} \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
with
CXXFLAGS="-O3 -fPIC"
LDFLAGS="-shared -ldl"
CC=bgclang
CXX=bgclang++11
Anyone any idea how to track this down?
Thanks,
Frank
2016 Jul 13
7
RFC: SIMD math-function library
...d math library, SLEEF [1], for
evaluating elementary functions (trigonometry, log, exp, etc.) to LLVM.
The library can be used directly, or can be targeted by an
autovectorization infrastructure. Patches to tie SLEEF into LLVM's
autovectorizer have been developed by Hal Finkel as part of the bgclang
project (which provides LLVM/Clang ported to the IBM BG/Q supercomputer
architecture). Hal has also developed a user-facing header for the
library, in the style of Clang's intrinsics headers, which we can use as
part of this project. SLEEF has been used as part of bgclang in this way
for s...
2017 Feb 22
6
Users of MIPS and PowerPC backends in production-class projects?
Hi,
I'd like to experiment with the MIPS and PowerPC backends, but,
considering that they aren't widely used processors, I'd like to start
with the same environment (OS/ABI/linker) used by the people who work
with these backends.
So, what OS/ABI/linker use the people who use these backends for
production work?
Thanks!!