summary refs log tree commit diff stats
path: root/results/scraper/fex/3790
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/3790')
-rw-r--r--results/scraper/fex/37906
1 files changed, 6 insertions, 0 deletions
diff --git a/results/scraper/fex/3790 b/results/scraper/fex/3790
new file mode 100644
index 000000000..f50b1537c
--- /dev/null
+++ b/results/scraper/fex/3790
@@ -0,0 +1,6 @@
+AVX128: Implement SSE4.1 non-temporal loads with SVE LDNT1B
+SSE4.1 introduced the 128-bit `MOVNTDQA` instruction

+This can be implemented with the SVE LDNT1B instruction

+

+Additionally AVX2 extends this to a 256-bit version, which can be implemented with ASIMD LDNP.

+Should be fairly similar to the store non-temporal version, just doesn't need to workaround the scalar and mmx variants since they don't exist.
\ No newline at end of file