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>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17
27
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* _PSP2_KERNEL_THREADMGR_VFP_H_ */
int sceKernelChangeThreadVfpException(SceUInt32 clear, SceUInt32 set)
Change the current thread vfp exception mask.
uint32_t SceUInt32
Definition types.h:45