repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/atomic-helper: document drm_atomic_helper_check() restrictions
[drm/drm-misc.git]
/
tools
/
testing
/
selftests
/
arm64
/
fp
/
rdvl-sve.c
blob
7f8a13a18f5d577c44a2489167d3349ee9062de0
1
// SPDX-License-Identifier: GPL-2.0-only
2
3
#include <stdio.h>
4
5
#include
"rdvl.h"
6
7
int
main
(
void
)
8
{
9
int
vl
=
rdvl_sve
();
10
11
printf
(
"%d
\n
"
,
vl
);
12
13
return
0
;
14
}