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

Unified Diff: native_client_sdk/src/examples/demo/life_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/life_simd/example.dsc
diff --git a/native_client_sdk/src/examples/demo/life/example.dsc b/native_client_sdk/src/examples/demo/life_simd/example.dsc
similarity index 69%
copy from native_client_sdk/src/examples/demo/life/example.dsc
copy to native_client_sdk/src/examples/demo/life_simd/example.dsc
index 660df66ccaa85aec618b9554fa01a85635a5cb96..a27736eb20faaf35c2f9c485e08eda9620a0d595 100644
--- a/native_client_sdk/src/examples/demo/life/example.dsc
+++ b/native_client_sdk/src/examples/demo/life_simd/example.dsc
@@ -1,8 +1,8 @@
{
- 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TOOLS': ['pnacl'],
'TARGETS': [
{
- 'NAME' : 'life',
+ 'NAME' : 'life_simd',
'TYPE' : 'main',
'SOURCES' : [
'life.c',
@@ -12,7 +12,7 @@
}
],
'DEST': 'examples/demo',
- 'NAME': 'life',
- 'TITLE': "Conway's Life",
+ 'NAME': 'life_simd',
+ 'TITLE': "Conway's Life (SIMD version)",
'GROUP': 'Demo'
}
« no previous file with comments | « native_client_sdk/src/examples/demo/life/life.c ('k') | native_client_sdk/src/examples/demo/life_simd/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698