[Libclc-dev] [PATCH 1/2] R600: Actually use vstore assembly optimizations
Aaron Watry
awatry at gmail.com
Fri Jul 18 09:04:19 PDT 2014
These were not actually enabled before... not sure why (other than
a think-o when I wrote this originally).
Noticed while inspecting bitcode while working on the next patch.
Signed-off-by: Aaron Watry <awatry at gmail.com>
---
r600/lib/SOURCES | 1 +
1 file changed, 1 insertion(+)
diff --git a/r600/lib/SOURCES b/r600/lib/SOURCES
index d9fc897..3a3e1d0 100644
--- a/r600/lib/SOURCES
+++ b/r600/lib/SOURCES
@@ -8,3 +8,4 @@ workitem/get_global_size.ll
synchronization/barrier.cl
synchronization/barrier_impl.ll
shared/vload.cl
+shared/vstore.cl
--
1.9.1
More information about the Libclc-dev
mailing list