.. SPDX-FileCopyrightText: Copyright 2024, 2025 Arm Limited and/or its affiliates SPDX-License-Identifier: BSD-3-Clause-Clear This repository hosts various code examples for learning. Learning paths code examples ============================ Code examples from learning paths are stored in ``learning-paths/``, with a directory structure that mimics the one from the learning path. .. list-table:: :header-rows: 1 * - Learning path - Sample code directory * - `Accelerate Matrix Multiplication Performance with SME2 `_ - `learning-paths/cross-platform/multiplying-matrices-with-sme2 `_ * - `Develop a native C++ library on an Arm-based machine `_ - `learning-paths/cross-platform/matrix `_ License ======= learning-code-examples/code-examples is distributed under the `Clear BSD License `_. Security ======== To report security vulnerabilities in this project, follow the guidance in the `security policy `_. Feedback, contributions and support =================================== Please use the issue tracker associated with this repository for feedback. Code contributions are most welcomed. Please make sure they stick to the style used in the rest of code and submit them via gitlab merge requests.