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
(Created page with "{{News |Summary=LLVM Targets |News Format=Extended |News Category=General |Author=Oleg |Publication Status=Draft |Publication Date=2016/12/08 }}") |
|||
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: | |||
* <code>AMDGPU</code> for AMD & ATI graphic cards. | |||
* <code>X86</code> support for 32-bit, 64-bit and x32 arch. | |||
* <code>BPF</code> support for Berkley Packet Filtering. | |||
* <code>ARM</code> support for ARM processors. | |||
* <code>NVPTX</code> support for NVIDIA cards. |
Revision as of 06:48, 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:
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.