Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ Value128
Class
Value128
crates/tinywasm/src/interpreter/simd/mod.rs:17–17 ·
view source on GitHub ↗
A 128-bit SIMD value
Source
from the content-addressed store, hash-verified
15
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
16
/// A 128-bit SIMD value
17
pub struct Value128(pub(super) [u8; 16]);
18
19
impl From<[u8; 16]> for Value128 {
20
fn from(bytes: [u8; 16]) -> Self {
Callers
6
from
Method · 0.85
exec
Method · 0.85
exec_mem_load_lane
Method · 0.85
swizzle_matches_reference
Function · 0.85
shuffle_matches_reference
Function · 0.85
eval_const
Method · 0.85
Calls
no outgoing calls
Tested by
2
swizzle_matches_reference
Function · 0.68
shuffle_matches_reference
Function · 0.68