10922d3112
* xlat/pr_fp_mode.in: New file. * prctl.c: Include "xlat/pr_fp_mode.h". (SYS_FUNC(prctl)): Add handling for PR_SET_FP_MODE and PR_GET_FP_MODE options.
3 lines
96 B
Plaintext
3 lines
96 B
Plaintext
PR_FP_MODE_FR (1 << 0) /* 64b FP registers */
|
|
PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */
|