[libcxx-commits] [PATCH] D151521: [libc++] Optimize transform_reduce for floating point types

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 26 11:50:11 PDT 2023


Mordante added a comment.

Not looked at the patch closely but I wonder about the usage of the pragma and their scope.



================
Comment at: libcxx/include/__numeric/reduce.h:41
+    __init = __b(__init, *__first);
+  return __init;
+}
----------------
Will this restore the old value of `clang loop vectorize`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151521/new/

https://reviews.llvm.org/D151521



More information about the libcxx-commits mailing list