diff hotspot/.project @ 12743:f1a55428a8d7

more HSAIL support in the C++ layer for executing HSAIL code on the simulator Contributed-by: Eric Caspole <eric.caspole@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Sun, 10 Nov 2013 13:18:09 +0100
parents 0c651af30cc8
children 49db2c1e3bee
line wrap: on
line diff
--- a/hotspot/.project	Sun Nov 10 11:42:31 2013 +0100
+++ b/hotspot/.project	Sun Nov 10 13:18:09 2013 +0100
@@ -101,6 +101,11 @@
 			<locationURI>PARENT-1-PROJECT_LOC/src/gpu/ptx/vm</locationURI>
 		</link>
 		<link>
+			<name>hsail</name>
+			<type>2</type>
+			<locationURI>PARENT-1-PROJECT_LOC/src/gpu/hsail/vm</locationURI>
+		</link>
+		<link>
 			<name>sparc</name>
 			<type>2</type>
 			<locationURI>PARENT-1-PROJECT_LOC/src/cpu/sparc/vm</locationURI>
@@ -151,6 +156,11 @@
 			<locationURI>PARENT-1-PROJECT_LOC/src/os_cpu/linux_x86/vm</locationURI>
 		</link>
 		<link>
+			<name>windows_hsail</name>
+			<type>2</type>
+			<locationURI>PARENT-1-PROJECT_LOC/src/os_gpu/windows_hsail/vm</locationURI>
+		</link>
+		<link>
 			<name>linux_ptx</name>
 			<type>2</type>
 			<locationURI>PARENT-1-PROJECT_LOC/src/os_gpu/linux_ptx/vm</locationURI>