| 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/dispatch.h" | ||
| 8 | |||
| 9 | namespace kleidicv { | ||
| 10 | 12 | uint64_t svcntb_sve() { return svcntb(); } | |
| 11 | } // namespace kleidicv | ||
| 12 |