File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -867,7 +867,6 @@ void compute_ideal_weights_for_decimation(
867
867
}
868
868
869
869
// Otherwise compute an estimate and perform single refinement iteration
870
- ASTCENC_ALIGNAS float infilled_weights[BLOCK_MAX_TEXELS];
871
870
872
871
// Compute an initial average for each decimated weight
873
872
bool constant_wes = ei.is_constant_weight_error_scale ;
@@ -908,6 +907,7 @@ void compute_ideal_weights_for_decimation(
908
907
// Populate the interpolated weight grid based on the initial average
909
908
// Process SIMD-width texel coordinates at at time while we can. Safe to
910
909
// over-process full SIMD vectors - the tail is zeroed.
910
+ ASTCENC_ALIGNAS float infilled_weights[BLOCK_MAX_TEXELS];
911
911
if (di.max_texel_weight_count <= 2 )
912
912
{
913
913
for (unsigned int i = 0 ; i < texel_count; i += ASTCENC_SIMD_WIDTH)
You can’t perform that action at this time.
0 commit comments