diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-14 14:32:05 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-14 14:32:05 +0100 |
| commit | 5c5a101c9618f8edea5038e94df64508b0f0a70e (patch) | |
| tree | 833daf046810c018726f49f9dd2a172e04b00366 /dev | |
| parent | 41d4c1f2158be039ad94c09800885aafdafc5f24 (diff) | |
feat: minor codebase refactors.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/lib/simd/basic_simd.hpp | 2 | ||||
| -rw-r--r-- | dev/lib/simd/simd.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/lib/simd/basic_simd.hpp b/dev/lib/simd/basic_simd.hpp index b3087ff..d182aaf 100644 --- a/dev/lib/simd/basic_simd.hpp +++ b/dev/lib/simd/basic_simd.hpp @@ -2,7 +2,7 @@ * File: simd/basic_simd.hpp * Purpose: Basic SIMD backend C++ library. * Author: Amlal El Mahrouss (founder@snu.systems) - * Copyright 2025, Amlal El Mahrouss, and SNU Systems, Corp, licensed under the BSL 1.0 license. + * Copyright 2025, Amlal El Mahrouss, and SNUPowered, licensed under the BSL 1.0 license. */ #pragma once diff --git a/dev/lib/simd/simd.hpp b/dev/lib/simd/simd.hpp index 3cb4d7a..9234e67 100644 --- a/dev/lib/simd/simd.hpp +++ b/dev/lib/simd/simd.hpp @@ -2,7 +2,7 @@ * File: simd/simd.hpp * Purpose: SIMD C++ library. * Author: Amlal El Mahrouss (founder@snu.systems) - * Copyright 2025, Amlal El Mahrouss, and SNU Systems, Corp, licensed under the BSL 1.0 license. + * Copyright 2025, Amlal El Mahrouss, and SNUPowered, licensed under the BSL 1.0 license. */ #pragma once |
