| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | // SPDX-FileCopyrightText: 2026 Arm Limited and/or its affiliates <open-source-office@arm.com> | ||
| 2 | // | ||
| 3 | // SPDX-License-Identifier: Apache-2.0 | ||
| 4 | |||
| 5 | #include <arm_sve.h> | ||
| 6 | |||
| 7 | #include "kleidicv/config.h" | ||
| 8 | #include "kleidicv/dispatch.h" | ||
| 9 | |||
| 10 | namespace kleidicv { | ||
| 11 | 12 | KLEIDICV_LOCALLY_STREAMING uint64_t svcntb_sme() { return svcntb(); } | |
| 12 | } // namespace kleidicv | ||
| 13 |