php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_float.c File Reference
#include "zend.h"
#include "zend_compile.h"
#include "zend_float.h"

Go to the source code of this file.

Functions

ZEND_API void zend_init_fpu (void)
 
ZEND_API void zend_shutdown_fpu (void)
 
ZEND_API void zend_ensure_fpu_mode (void)
 

Function Documentation

◆ zend_ensure_fpu_mode()

ZEND_API void zend_ensure_fpu_mode ( void )

Definition at line 50 of file zend_float.c.

◆ zend_init_fpu()

ZEND_API void zend_init_fpu ( void )

Definition at line 23 of file zend_float.c.

◆ zend_shutdown_fpu()

ZEND_API void zend_shutdown_fpu ( void )

Definition at line 39 of file zend_float.c.