cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/simd.h

/* SPDX-License-Identifier: GPL-2.0 */

#include <asm/fpu/api.h>

/*
 * may_use_simd - whether it is allowable at this time to issue SIMD
 *                instructions or access the SIMD register file
 */

static __must_check inline bool may_use_simd(void) { return irq_fpu_usable(); }

Contributors

PersonTokensPropCommitsCommitProp
Ard Biesheuvel14100.00%1100.00%
Total14100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Ard Biesheuvel1789.47%133.33%
Greg Kroah-Hartman15.26%133.33%
Ingo Molnar15.26%133.33%
Total19100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.