diff options
Diffstat (limited to 'dev/lib/simd/basic_simd.hpp')
| -rw-r--r-- | dev/lib/simd/basic_simd.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/lib/simd/basic_simd.hpp b/dev/lib/simd/basic_simd.hpp index d182aaf..f14d977 100644 --- a/dev/lib/simd/basic_simd.hpp +++ b/dev/lib/simd/basic_simd.hpp @@ -1,8 +1,8 @@ /* * File: simd/basic_simd.hpp * Purpose: Basic SIMD backend C++ library. - * Author: Amlal El Mahrouss (founder@snu.systems) - * Copyright 2025, Amlal El Mahrouss, and SNUPowered, licensed under the BSL 1.0 license. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2025, Amlal El Mahrouss, licensed under the BSL 1.0 license. */ #pragma once @@ -19,7 +19,7 @@ using simd_type = __m256; using simd_type = float32x4_t; #endif -namespace scl::snu::simd +namespace ocl::snu::simd { struct basic_simd_backend final { @@ -44,4 +44,4 @@ namespace scl::snu::simd return "basic_simd_backend"; } }; -} // namespace scl::snu::simd +} // namespace ocl::snu::simd |
