Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ add_fast
Method
add_fast
perro_source/core/perro_structs/src/structs/matrix/mod.rs:1235–1237 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
1233
1234
#[inline]
1235
pub fn add_fast(self, rhs: Self) -> Self {
1236
self.add_f32(rhs)
1237
}
1238
1239
#[inline]
1240
pub fn add_f32(self, rhs: Self) -> Self {
Callers
2
bench_matrix_sizes_bulk_ops
Function · 0.80
bench_matrix_huge_ops
Function · 0.80
Calls
12
simd_add_assign_f64
Function · 0.85
simd_add_assign_i32
Function · 0.85
simd_add_assign_u32
Function · 0.85
simd_add_assign_i8
Function · 0.85
simd_add_assign_u8
Function · 0.85
simd_add_assign_i16
Function · 0.85
simd_add_assign_u16
Function · 0.85
simd_add_assign_i64
Function · 0.85
simd_add_assign_u64
Function · 0.85
add_f32
Method · 0.80
as_mut_slice
Method · 0.80
as_slice
Method · 0.45
Tested by
no test coverage detected