Does the Linux kernel have its own SSE/AVX context?
I mean, from the point of view of a kernel module, can I use SSE/AVX instructions without worrying about user-space applications which may use it too? Or do I need to use some locks or do some context saving manually?