.\" -*- coding: UTF-8 -*- .\" Written Sat Mar 8 10:35:08 MEZ 1997 by .\" J. "MUFTI" Scheurich (mufti@csv.ica.uni-stuttgart.de) .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH __setfpucw 3 "30 Marzo 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE __setfpucw \- asigna un valor a la palabra de control de la FPU en la arquitectura i386 (obsoleta) .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fB[[a extinguir]] void __setfpucw(unsigned short \fP\fIpalabra_de_control\fP\fB);\fP .fi .SH DESCRIPCIÓN \fB__setfpucw\fP() transfiere \fIcontrol_word\fP a los registros de la FPU (floating point unit, unidad de coma flotante) en la arquitectura i386. Esto era utilizado para controlar la precisión de punto flotante, redondeo y excepciones de punto flotante. .SH ESTÁNDARES GNU. .SH HISTORIAL Removed in glibc 2.1. .SH NOTAS There are new functions from C99, with prototypes in \fI\fP, to control FPU rounding modes, like \fBfegetround\fP(3), \fBfesetround\fP(3), and the floating\-point environment, like \fBfegetenv\fP(3), \fBfeholdexcept\fP(3), \fBfesetenv\fP(3), \fBfeupdateenv\fP(3), and FPU exception handling, like \fBfeclearexcept\fP(3), \fBfegetexceptflag\fP(3), \fBferaiseexcept\fP(3), \fBfesetexceptflag\fP(3), and \fBfetestexcept\fP(3). .PP Si aún se necesita acceso directo a la palabra de control de la FPU, se pueden utilizar las macros \fB_FPU_GETCW\fP y \fB_FPU_SETCW\fP del fichero \fI\fP. .SH EJEMPLOS \fB__setfpucw(0x1372)\fP .PP Asigna a la palabra de control de la FPU en la arquitectura i386 .RS .PD 0 .IP \[bu] 3 precisión ampliada .IP \[bu] redondeo al más cercano .IP \[bu] excepciones en desbordamiento, división por cero e infinito (NaN) .PD .RE .SH "VÉASE TAMBIÉN" \fBfeclearexcept\fP(3) .PP \fI\fP .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Juan Piernas y Marcos Fouces . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .