Skip to content

Commit 26e7cd9

Browse files
committed
fixups
1 parent 9797779 commit 26e7cd9

File tree

2 files changed

+265
-1028
lines changed

2 files changed

+265
-1028
lines changed

src/librand/distributions/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ mod ziggurat_tables;
199199
/// * `pdf`: the probability density function
200200
/// * `zero_case`: manual sampling from the tail when we chose the
201201
/// bottom box (i.e. i == 0)
202+
202203
// the perf improvement (25-50%) is definitely worth the extra code
203204
// size from force-inlining.
204205
#[inline(always)]

0 commit comments

Comments
 (0)