Displaying 1 result from an estimated 1 matches for "rl322028".
Did you mean:
r322028
2018 Jan 15
0
LLVM Weekly - #211, Jan 15th 2018
...](http://reviews.llvm.org/rL322324).
## Clang commits
* The target attribute can now be used for function multiversioning as in GCC.
This allows multiple versions of a function to be generated, with each version
specialised for a target feature (e.g. neon, avx).
[r322028](http://reviews.llvm.org/rL322028),
[r322043](http://reviews.llvm.org/rL322043).
* New documentation has been added summarising the current status of OpenMP
4.5 support in Clang. [r322018](http://reviews.llvm.org/rL322018).
* Initial RISC-V target definition and compiler driver has been added. ABI
lowering will land upstream shor...