v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::FPU Class Referencefinal

#include <fpu.h>

Collaboration diagram for v8::base::FPU:

Static Public Member Functions

static V8_BASE_EXPORT bool GetFlushDenormals ()
 
static V8_BASE_EXPORT void SetFlushDenormals (bool)
 

Detailed Description

Definition at line 11 of file fpu.h.

Member Function Documentation

◆ GetFlushDenormals()

bool v8::base::FPU::GetFlushDenormals ( )
static

Definition at line 96 of file fpu.cc.

Here is the caller graph for this function:

◆ SetFlushDenormals()

void v8::base::FPU::SetFlushDenormals ( bool value)
static

Definition at line 97 of file fpu.cc.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: