diff --git a/slothy/targets/aarch64/neoverse_n1_experimental.py b/slothy/targets/aarch64/neoverse_n1_experimental.py index a4e79ea2..3379c9e0 100644 --- a/slothy/targets/aarch64/neoverse_n1_experimental.py +++ b/slothy/targets/aarch64/neoverse_n1_experimental.py @@ -150,8 +150,8 @@ def get_min_max_objective(slothy): default_latencies = { (Ldp_X, Ldr_X, - Ldr_Q) : 4, - (Stp_X, Str_X, Str_Q) : 2, + Ldr_Q) : 3, # Experimental: SWOG says 5 cycles, but static loads will be executed very early in the pipeline + (Stp_X, Str_X, Str_Q) : 3, # Experimental (vuzp1, vuzp2, vzip1, Vrev, uaddlp) : 2, VecToGprMov : 2,