MCPcopy Create free account
hub / github.com/PerroEngine/Perro / add_assign_f32

Method add_assign_f32

perro_source/core/perro_structs/src/structs/matrix/mod.rs:1247–1250  ·  view source on GitHub ↗
(&mut self, rhs: Self)

Source from the content-addressed store, hash-verified

1245
1246 #[inline]
1247 pub fn add_assign_f32(&mut self, rhs: Self) -> &mut Self {
1248 simd_add_assign(self.as_mut_slice(), rhs.as_slice());
1249 self
1250 }
1251
1252 #[inline]
1253 pub fn sub_fast(self, rhs: Self) -> Self {

Callers 1

add_f32Method · 0.80

Calls 3

simd_add_assignFunction · 0.85
as_mut_sliceMethod · 0.80
as_sliceMethod · 0.45

Tested by

no test coverage detected