MCPcopy 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_huge_opsFunction · 0.80

Calls 12

simd_add_assign_f64Function · 0.85
simd_add_assign_i32Function · 0.85
simd_add_assign_u32Function · 0.85
simd_add_assign_i8Function · 0.85
simd_add_assign_u8Function · 0.85
simd_add_assign_i16Function · 0.85
simd_add_assign_u16Function · 0.85
simd_add_assign_i64Function · 0.85
simd_add_assign_u64Function · 0.85
add_f32Method · 0.80
as_mut_sliceMethod · 0.80
as_sliceMethod · 0.45

Tested by

no test coverage detected