/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/fpu_control.h
10 строк
258 B
H.J. Lu
Hide internal __setfpucw function [BZ #18822]
02 окт 2017, 03:52
02 окт 2017, 03:52
0e1fd06
Код
Авторство
О чём код?
#ifndef _FPU_CONTROL_H #include_next <fpu_control.h> # ifndef _ISOMAC /* Called at startup. It can be used to manipulate fpu control register. */ extern void __setfpucw (fpu_control_t) attribute_hidden; # endif /* !_ISOMAC */ #endif /* fpu_control.h */