Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
372bed5fbb87314abf410c3916e51578cd382cd1
/
.
/
arch
/
arm
/
include
/
asm
/
simd.h
blob: 82191dbd7e78a036423e0e1518dca767c536cb86 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#include
<linux/hardirq.h>
static
__must_check
inline
bool
may_use_simd
(
void
)
{
return
IS_ENABLED
(
CONFIG_KERNEL_MODE_NEON
)
&&
!
in_hardirq
();
}