From f1f6c04e6b98e7ee31ef6d7d8307b21deb9d6364 Mon Sep 17 00:00:00 2001 From: Peter Harris Date: Thu, 1 Aug 2024 13:08:48 +0100 Subject: [PATCH] Fix whitespace --- Source/astcenc_pick_best_endpoint_format.cpp | 1 + Test/astc_update_ref.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/astcenc_pick_best_endpoint_format.cpp b/Source/astcenc_pick_best_endpoint_format.cpp index ccf9935fe..6e41005bc 100644 --- a/Source/astcenc_pick_best_endpoint_format.cpp +++ b/Source/astcenc_pick_best_endpoint_format.cpp @@ -1308,6 +1308,7 @@ unsigned int compute_ideal_endpoint_formats( vbest_error_index = select(vint(0x7FFFFFFF), vbest_error_index, lanes_min_error); int best_error_index = hmin_s(vbest_error_index); + best_error_weights[i] = best_error_index; // Max the error for this candidate so we don't pick it again diff --git a/Test/astc_update_ref.sh b/Test/astc_update_ref.sh index 827d089e8..bf6c32006 100755 --- a/Test/astc_update_ref.sh +++ b/Test/astc_update_ref.sh @@ -17,6 +17,6 @@ echo "" TARGET_ROOT=${1} -python3 ./Test/astc_test_image.py --test-set all --block-size all --test-quality all --repeats 6 --encoder ref-$1-neon +python3 ./Test/astc_test_image.py --test-set all --block-size all --test-quality all --repeats 6 --encoder ref-$1-avx2 #python3 ./Test/astc_test_image.py --test-set all --block-size all --test-quality all --repeats 6 --encoder ref-$1-sse4.1 #python3 ./Test/astc_test_image.py --test-set all --block-size all --test-quality all --repeats 6 --encoder ref-$1-sse2