Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,187
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4cfb36136480c029a29dbf63a623506e6ed7282b
-EDIT, i should have posted this in neon section, mods !
Can this be of any use for us ?Add <asm/neon.h> containing kernel_neon_begin/kernel_neon_end function declarations and corresponding definitions in fpsimd.c These are needed to wrap uses of NEON in kernel mode. The names are identical to the ones used in arm/ so code using intrinsics or vectorized by GCC can be shared between arm and arm64.
-EDIT, i should have posted this in neon section, mods !
Last edited by a moderator: