Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Aug 1, 2024
1 parent b4dd891 commit f1f6c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/astcenc_pick_best_endpoint_format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Test/astc_update_ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f1f6c04

Please sign in to comment.