about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-05-18 05:28:42 +0000
committerbors <bors@rust-lang.org>2021-05-18 05:28:42 +0000
commit9028173b244dc6cf11a34e73fda4259d7280c3e1 (patch)
tree681948895a989eaf7413b6d151006a85fb35e4a9 /library/std/src/sys/unix/stack_overflow.rs
parent6fcdb8a297d3105832b8a68f7b82f136043a8189 (diff)
parentbe540e65965d6ab0e3a04d6fa05651a701e6b8a4 (diff)
downloadrust-9028173b244dc6cf11a34e73fda4259d7280c3e1.tar.gz
rust-9028173b244dc6cf11a34e73fda4259d7280c3e1.zip
Auto merge of #7201 - mucinoab:master, r=giraffate
Remove powi, "square can be computed more efficiently"

powi(2) produces exactly the same native code as x * x
powi was part of the [`suboptimal_flops`] lint

fixes #7058
changelog: Remove powi [`suboptimal_flops`], "square can be computed more efficiently"
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions