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

#include <simd128.h>

Collaboration diagram for v8::internal::Simd128:

Public Member Functions

 Simd128 ()=default
 
 Simd128 (uint8_t *bytes)
 
bool operator== (const Simd128 &other) const noexcept
 
const uint8_t * bytes ()
 
template<typename T >
T to () const
 

Private Attributes

uint8_t val_ [16] = {0}
 

Detailed Description

Definition at line 30 of file simd128.h.

Constructor & Destructor Documentation

◆ Simd128() [1/2]

v8::internal::Simd128::Simd128 ( )
default

◆ Simd128() [2/2]

v8::internal::Simd128::Simd128 ( uint8_t * bytes)
inlineexplicit

Definition at line 44 of file simd128.h.

Member Function Documentation

◆ bytes()

const uint8_t * v8::internal::Simd128::bytes ( )
inline

Definition at line 53 of file simd128.h.

◆ operator==()

bool v8::internal::Simd128::operator== ( const Simd128 & other) const
inlinenoexcept

Definition at line 49 of file simd128.h.

◆ to()

template<typename T >
T v8::internal::Simd128::to ( ) const
inline

Member Data Documentation

◆ val_

uint8_t v8::internal::Simd128::val_[16] = {0}
private

Definition at line 59 of file simd128.h.


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