Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "News:LLVM Targets"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|Publication Date=2016/12/08 | |Publication Date=2016/12/08 | ||
}} | }} | ||
With =sys-devel/llvm-3.9.0 new <code>llvm_targets</code> introduced which are relying on llvm's build system for a specific microarchitecture host targets support: | With =sys-devel/llvm-3.9.0 new <code>llvm_targets</code> introduced which are relying on llvm's build system for a specific microarchitecture host targets support[1]: | ||
* <code>AMDGPU</code> for AMD & ATI graphic cards. | * <code>AMDGPU</code> for AMD & ATI graphic cards. | ||
* <code>X86</code> support for 32-bit, 64-bit and x32 arch. | * <code>X86</code> support for 32-bit, 64-bit and x32 arch. |
Revision as of 06:58, December 8, 2016
LLVM Targets
With =sys-devel/llvm-3.9.0 new llvm_targets
introduced which are relying on llvm's build system for a specific microarchitecture host targets support[1]:
AMDGPU
for AMD & ATI graphic cards.X86
support for 32-bit, 64-bit and x32 arch.BPF
support for Berkley Packet Filtering.ARM
support for ARM processors.NVPTX
support for NVIDIA cards.