Skip to content

Commit

Permalink
fix ups
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisYaroshevskiy committed Nov 11, 2023
1 parent 7d2838c commit 958f610
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h2> compress_copy (simd/scalar) </h2>
group: 'avx2+bmi',
},
[],
offByDefault = []);
offByDefault = ['eve::algo::copy_if']);
</script>
</section>
<section id='copy_if,short'>
Expand Down Expand Up @@ -339,7 +339,7 @@ <h2> set intersection (simd/simd) </h2>
group: 'avx2+bmi',
},
[],
offByDefault = []);
offByDefault = ['eve::algo::set_intersection']);
</script>
</section>
<section id='set_intersection,apple_m1'>
Expand All @@ -357,7 +357,7 @@ <h2> set intersection (simd/simd) </h2>
group: 'apple_m1',
},
[],
offByDefault = []);
offByDefault = ['eve::algo::set_intersection[sparse_output]']);
</script>
</section>
</section>
Expand Down Expand Up @@ -423,6 +423,9 @@ <h2> Partition </h2>
<section id="advanced_simd_algorithms_in_pictures/partition">
<script> imagesSlideShow("advanced_simd_algorithms_in_pictures/partition", 10); </script>
</section>
<section>
<h2> ~sort </h2>
</section>
<section>
<h2> Thanks </h2>
<ul>
Expand Down

0 comments on commit 958f610

Please sign in to comment.