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' |
} |