<tfoot id='WrkLp'></tfoot>

        <bdo id='WrkLp'></bdo><ul id='WrkLp'></ul>
      <i id='WrkLp'><tr id='WrkLp'><dt id='WrkLp'><q id='WrkLp'><span id='WrkLp'><b id='WrkLp'><form id='WrkLp'><ins id='WrkLp'></ins><ul id='WrkLp'></ul><sub id='WrkLp'></sub></form><legend id='WrkLp'></legend><bdo id='WrkLp'><pre id='WrkLp'><center id='WrkLp'></center></pre></bdo></b><th id='WrkLp'></th></span></q></dt></tr></i><div id='WrkLp'><tfoot id='WrkLp'></tfoot><dl id='WrkLp'><fieldset id='WrkLp'></fieldset></dl></div>

      <legend id='WrkLp'><style id='WrkLp'><dir id='WrkLp'><q id='WrkLp'></q></dir></style></legend>

      <small id='WrkLp'></small><noframes id='WrkLp'>

        如何在内部函数中使用 if 条件

        时间:2023-10-05

        1. <legend id='hdfWs'><style id='hdfWs'><dir id='hdfWs'><q id='hdfWs'></q></dir></style></legend>
            <tbody id='hdfWs'></tbody>
        2. <small id='hdfWs'></small><noframes id='hdfWs'>

            • <bdo id='hdfWs'></bdo><ul id='hdfWs'></ul>
              <tfoot id='hdfWs'></tfoot>

              <i id='hdfWs'><tr id='hdfWs'><dt id='hdfWs'><q id='hdfWs'><span id='hdfWs'><b id='hdfWs'><form id='hdfWs'><ins id='hdfWs'></ins><ul id='hdfWs'></ul><sub id='hdfWs'></sub></form><legend id='hdfWs'></legend><bdo id='hdfWs'><pre id='hdfWs'><center id='hdfWs'></center></pre></bdo></b><th id='hdfWs'></th></span></q></dt></tr></i><div id='hdfWs'><tfoot id='hdfWs'></tfoot><dl id='hdfWs'><fieldset id='hdfWs'></fieldset></dl></div>
                1. 本文介绍了如何在内部函数中使用 if 条件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想使用内在函数比较两个浮点变量.如果比较为真,就做点别的做点什么.我想将其作为正常的 if..else 条件来执行.有没有办法使用内在函数?

                  I want to compare two floating point variables using intrinsics. If the comparison is true, do something else do something. I want to do this as a normal if..else condition. Is there any way using intrinsics?

                  //normal code
                  vector<float> v1, v2;
                  for(int i = 0; i < v1.size(); ++i)
                  if(v1[i]<v2[i])
                  {
                      //do something
                  }
                  else
                  {
                      //do something
                  )
                  

                  如何使用 SSE2 或 AVX 执行此操作?

                  How to do this using SSE2 or AVX?

                  推荐答案

                  我找到了一个对条件 SIMD 指令非常有用的文档.这是我问题的完美解决方案.如果...其他条件

                  I found a document which is very useful for conditional SIMD instructions. It is a perfect solution to my question. If...else condition

                  文档:http://saluc.engr.uconn.edu/refs/processors/intel/sse_sse2.pdf

                  这篇关于如何在内部函数中使用 if 条件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:尝试链接 Boost 1.52 线程 下一篇:timegm 跨平台

                  相关文章

                  最新文章

                  1. <tfoot id='fqNyP'></tfoot>

                    <small id='fqNyP'></small><noframes id='fqNyP'>

                      <i id='fqNyP'><tr id='fqNyP'><dt id='fqNyP'><q id='fqNyP'><span id='fqNyP'><b id='fqNyP'><form id='fqNyP'><ins id='fqNyP'></ins><ul id='fqNyP'></ul><sub id='fqNyP'></sub></form><legend id='fqNyP'></legend><bdo id='fqNyP'><pre id='fqNyP'><center id='fqNyP'></center></pre></bdo></b><th id='fqNyP'></th></span></q></dt></tr></i><div id='fqNyP'><tfoot id='fqNyP'></tfoot><dl id='fqNyP'><fieldset id='fqNyP'></fieldset></dl></div>

                      <legend id='fqNyP'><style id='fqNyP'><dir id='fqNyP'><q id='fqNyP'></q></dir></style></legend>

                        <bdo id='fqNyP'></bdo><ul id='fqNyP'></ul>