Optimization catalog. When float division beats integer division

A counterintuitive hot-path optimization from my Go work: swapping integer division (IDIVQ) for floating-point division (DIVSD) to divide integers faster.

添加评论
点赞收藏
点踩分享查看原文
评论
?
参与讨论