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
Person | Tokens | Prop | Commits | CommitProp |
Ard Biesheuvel | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Ard Biesheuvel | 17 | 89.47% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 5.26% | 1 | 33.33% |
Ingo Molnar | 1 | 5.26% | 1 | 33.33% |
Total | 19 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.