Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: native_client_sdk/src/examples/demo/earth_simd/example.dsc

Issue 289023002: Initial SIMD demos life and earth for PNaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: title Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/demo/earth_simd/example.dsc
diff --git a/native_client_sdk/src/examples/demo/earth/example.dsc b/native_client_sdk/src/examples/demo/earth_simd/example.dsc
similarity index 70%
copy from native_client_sdk/src/examples/demo/earth/example.dsc
copy to native_client_sdk/src/examples/demo/earth_simd/example.dsc
index 4d4829c93d1830cf85212193f327e6726e17e4bc..b6ab87a234d82175c0178f794c4e95be7e91af63 100644
--- a/native_client_sdk/src/examples/demo/earth/example.dsc
+++ b/native_client_sdk/src/examples/demo/earth_simd/example.dsc
@@ -1,8 +1,8 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['pnacl'],
'TARGETS': [
{
- 'NAME' : 'earth',
+ 'NAME' : 'earth_simd',
'TYPE' : 'main',
'SOURCES' : [
'earth.cc'
@@ -16,7 +16,7 @@
'example.js',
],
'DEST': 'examples/demo',
- 'NAME': 'earth',
- 'TITLE': 'Multi-Threaded Earth Demo',
+ 'NAME': 'earth_simd',
+ 'TITLE': 'Multi-Threaded SIMD Earth Demo for PNaCl',
'GROUP': 'Demo'
}

Powered by Google App Engine
This is Rietveld 408576698