编程注意(Programming attention).docVIP

  • 2
  • 0
  • 约1.45万字
  • 约 30页
  • 2017-09-15 发布于河南
  • 举报
编程注意(Programming attention)

编程注意(Programming attention) C++ level code optimization Http:/// When it comes to optimization, many people think of assembly directly. Can optimization be at the level of compilation? Of course not, as in the C++ layer, you can do code optimizations, some of which are often unexpected. Determine floating point variables and expressions that are type float In order for the compiler to produce better code (for example, to produce 3DNow or SSE instructions), floating-point variables and expressions must be determined to be of type float. It is important to note that the floating point constant i

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档