Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at cb617e148bb3d50dfbbd44db81227edcee2cd4bc 12 lines 246 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2 3#ifndef _LINUX_FPU_H 4#define _LINUX_FPU_H 5 6#ifdef _LINUX_FPU_COMPILATION_UNIT 7#error FP code must be compiled separately. See Documentation/core-api/floating-point.rst. 8#endif 9 10#include <asm/fpu.h> 11 12#endif