How to vectorise a loop which 1) modifies an array, 2) indicates whether the array changed or not at the end?

前端 未结 0 571
Happy的楠姐
Happy的楠姐 2021-02-08 10:53

I have this C++ function:

#include 

typedef unsigned long long Word;

bool fun(Word *lhs, const Word *rhs, size_t s)
{
    bool changed = false;
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题