summary refs log tree commit diff stats
path: root/results/scraper/fex/4123
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/4123')
-rw-r--r--results/scraper/fex/41236
1 files changed, 6 insertions, 0 deletions
diff --git a/results/scraper/fex/4123 b/results/scraper/fex/4123
new file mode 100644
index 000000000..272e0816a
--- /dev/null
+++ b/results/scraper/fex/4123
@@ -0,0 +1,6 @@
+{V,}PSHUF{L,H}W implementation can be unified
+Currently the AVX128 implementation does a InsElement dance, the SSE and MMX versions are slightly more efficient in that it understands broadcast and a TBL implementation.

+

+These three versions can be unified, which will immediately improve the perf of the AVX128 implementation.

+

+Related to #3785
\ No newline at end of file