vitasdk
Documentation of the vitasdk
vfp.h
Go to the documentation of this file.
1
7
#ifndef _PSP2_KERNEL_THREADMGR_VFP_H_
8
#define _PSP2_KERNEL_THREADMGR_VFP_H_
9
10
#include <
psp2/types.h
>
11
#include <
psp2common/kernel/threadmgr.h
>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
26
int
sceKernelChangeThreadVfpException
(
SceUInt32
clear,
SceUInt32
set);
27
28
29
#ifdef __cplusplus
30
}
31
#endif
32
33
#endif
/* _PSP2_KERNEL_THREADMGR_VFP_H_ */
sceKernelChangeThreadVfpException
int sceKernelChangeThreadVfpException(SceUInt32 clear, SceUInt32 set)
Change the current thread vfp exception mask.
SceUInt32
uint32_t SceUInt32
Definition
types.h:45
threadmgr.h
types.h
include
psp2
kernel
threadmgr
vfp.h
Vita SDK