Tweaks and add more planned sections

This commit is contained in:
2024-04-16 17:36:29 -07:00
parent b7e16b31ff
commit fd93300ce8
2 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ template <class NodeT> int getChildGeqSimd(NodeT *self, int child) {
// cachegrind says the plain loop is fewer instructions and more mis-predicted
// branches. Microbenchmark says plain loop is faster. It's written in this
// weird "generic" way though in case someday we can use the simd
// weird "generic" way though so that someday we can use the simd
// implementation easily if we want.
if constexpr (std::is_same_v<NodeT, Node3>) {
Node3 *n = (Node3 *)self;