summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:41:20 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 10:41:20 +0100
commit991379947d661da604dcb662ce325836291f4df3 (patch)
tree8ad57f838ee872c8f48f8a02c11ae45a7fa86399 /README.md
parent1d943dcfcddb68f489c126b1e0df41170287e63d (diff)
parent845958a457898343de40ea12953bf9ea3606d69b (diff)
Merge branch 'develop' of github.com:snupowered-oss/scl into snupowered-oss-develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b7790c3..263f494 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Open C++ Library
+# SIMD C++ Library
[![License: GPL-2.0](https://img.shields.io/badge/license-MIT-blue.svg)](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;
}
```