]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/nds32/include/uapi/asm/udftrap.h
math-emu: Use statement expressions to fix Wshift-count-overflow warning
[linux.git] / arch / nds32 / include / uapi / asm / udftrap.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2005-2018 Andes Technology Corporation */
3 #ifndef _ASM_SETFPUTRAP
4 #define _ASM_SETFPUTRAP
5
6 /*
7  * Options for setfputrap system call
8  */
9 #define DISABLE_UDFTRAP 0       /* disable underflow exception trap */
10 #define ENABLE_UDFTRAP  1       /* enable undeflos exception trap */
11 #define GET_UDFTRAP     2       /* only get undeflos exception trap status */
12
13 #endif /* _ASM_CACHECTL */