diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:41:20 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:41:20 +0100 |
| commit | 991379947d661da604dcb662ce325836291f4df3 (patch) | |
| tree | 8ad57f838ee872c8f48f8a02c11ae45a7fa86399 /README.md | |
| parent | 1d943dcfcddb68f489c126b1e0df41170287e63d (diff) | |
| parent | 845958a457898343de40ea12953bf9ea3606d69b (diff) | |
Merge branch 'develop' of github.com:snupowered-oss/scl into snupowered-oss-develop
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Open C++ Library +# SIMD C++ Library [](LICENSE) @@ -24,7 +24,7 @@ int main(int argc, char** argv) auto opt = ocl::opt(ocl::eval_eq(50, 50)).expect("ocl::eval_eq, does not match!"); opt = ocl::opt(ocl::eval_eq(50, 40)); opt.expect("this time it doesn't."); - + return EXIT_SUCCESS; } ``` |
