mirror of https://github.com/FFmpeg/FFmpeg.git
This makes this aspect more visible in test logs. Signed-off-by: Martin Storsjö <martin@martin.st>pull/153/merge
parent
e6eabb7ce7
commit
b1ee2af843
4 changed files with 43 additions and 0 deletions
@ -0,0 +1,29 @@ |
||||
/* |
||||
* Copyright (c) 2023 Martin Storsjo |
||||
* |
||||
* This file is part of FFmpeg. |
||||
* |
||||
* FFmpeg is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public |
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version. |
||||
* |
||||
* FFmpeg is distributed in the hope that it will be useful, |
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
||||
* Lesser General Public License for more details. |
||||
* |
||||
* You should have received a copy of the GNU Lesser General Public |
||||
* License along with FFmpeg; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
||||
*/ |
||||
|
||||
#include "config.h" |
||||
#include "asm.S" |
||||
|
||||
ENABLE_SVE |
||||
|
||||
function ff_aarch64_sve_length, export=1 |
||||
cntb x0 |
||||
ret |
||||
endfunc |
Loading…
Reference in new issue