llvm-ve-rv-1.8.0
Pre-release
Pre-release
·
39501 commits
to hpce/develop
since this release
Merges develop at 'feature/merge-upstream-20201124-3'.
- To use VL intrinsics, run clang/clang++ with the flag
-mvepacked
. - To compile c++ executables, run
clang++ -static
- there are known issues with the shared libc++ on VE. - To run clang/clang++ with the Region Vectorizer pass the option
-fplugin=libRV.so
and make sure thatlibRV.so
is in yourLD_LIBRARY_PATH
.