ReleaseNotes: Add section for R600 backend

llvm-svn: 174764
This commit is contained in:
Tom Stellard 2013-02-08 22:24:41 +00:00
parent 967740ea18
commit bf3d7c2f65

View File

@ -87,6 +87,14 @@ has the following features:
- Vectorization of function calls
- Partial unrolling during vectorization
R600 Backend
------------
The R600 backend was added in this release, it supports AMD GPUs
(HD2XXX - HD7XXX). This backend is used in AMD's Open Source
graphics / compute drivers which are developed as part of the `Mesa3D
<http://www.mesa3d.org>`_ project.
Additional Information