Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * linux/arch/arm64/include/asm/neon.h
0004  *
0005  * Copyright (C) 2013 Linaro Ltd <ard.biesheuvel@linaro.org>
0006  */
0007 
0008 #ifndef __ASM_NEON_H
0009 #define __ASM_NEON_H
0010 
0011 #include <linux/types.h>
0012 #include <asm/fpsimd.h>
0013 
0014 #define cpu_has_neon()      system_supports_fpsimd()
0015 
0016 void kernel_neon_begin(void);
0017 void kernel_neon_end(void);
0018 
0019 #endif /* ! __ASM_NEON_H */