strace/xlat/pr_fp_mode.in
Eugene Syromyatnikov 10922d3112 prctl: implement decoding of PR_SET_FP_MODE and PR_GET_FP_MODE options
* 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.
2016-11-20 11:32:34 +00:00

3 lines
96 B
Plaintext

PR_FP_MODE_FR (1 << 0) /* 64b FP registers */
PR_FP_MODE_FRE (1 << 1) /* 32b compatibility */