<bdo id='V0kQN'></bdo><ul id='V0kQN'></ul>
  1. <legend id='V0kQN'><style id='V0kQN'><dir id='V0kQN'><q id='V0kQN'></q></dir></style></legend>

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

      <tfoot id='V0kQN'></tfoot>

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

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

      时间:2023-07-02
      <legend id='9uJWj'><style id='9uJWj'><dir id='9uJWj'><q id='9uJWj'></q></dir></style></legend>
        <tbody id='9uJWj'></tbody>

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

        • <tfoot id='9uJWj'></tfoot>
              • <small id='9uJWj'></small><noframes id='9uJWj'>

                本文介绍了如何在内部函数中使用 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 条件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:IsBadReadPtr 的最有效替代品? 下一篇:timegm 跨平台

                相关文章

                • <bdo id='3MgiY'></bdo><ul id='3MgiY'></ul>

                <small id='3MgiY'></small><noframes id='3MgiY'>

                <legend id='3MgiY'><style id='3MgiY'><dir id='3MgiY'><q id='3MgiY'></q></dir></style></legend>

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