Skip to content

Commit a7e626a

Browse files
llogiqTeXitoi
authored andcommitted
remove needless #[inline(never)] from spectralnorm
1 parent b4a88e4 commit a7e626a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/spectralnorm.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ fn dot(v: &[F64x2], u: &[F64x2]) -> f64 {
113113
r.sum()
114114
}
115115

116-
// Hint that this function should not be inlined. Keep the parallelised code tight, and vectorize
117-
// better.
118-
#[inline(never)]
119116
fn div_and_add(x: F64x2,
120117
a0: F64x2,
121118
a1: F64x2,

0 commit comments

Comments
 (0)