File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,7 @@ mod contents {
72
72
const MALLOCX_ZERO : c_int = 0x40 ;
73
73
74
74
// The minimum alignment guaranteed by the architecture. This value is used to
75
- // add fast paths for low alignment values. In practice, the alignment is a
76
- // constant at the call site and the branch will be optimized out.
75
+ // add fast paths for low alignment values.
77
76
#[ cfg( all( any( target_arch = "arm" ,
78
77
target_arch = "mips" ,
79
78
target_arch = "powerpc" ) ) ) ]
Original file line number Diff line number Diff line change 25
25
#![ rustc_alloc_kind = "lib" ]
26
26
27
27
// The minimum alignment guaranteed by the architecture. This value is used to
28
- // add fast paths for low alignment values. In practice, the alignment is a
29
- // constant at the call site and the branch will be optimized out.
28
+ // add fast paths for low alignment values.
30
29
#[ cfg( all( any( target_arch = "x86" ,
31
30
target_arch = "arm" ,
32
31
target_arch = "mips" ,
You can’t perform that action at this time.
0 commit comments