Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
castano committed Jul 6, 2020
1 parent 8b0fc7f commit 4a4a05b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icbc.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// icbc.h v1.03
// icbc.h v1.04
// A High Quality SIMD BC1 Encoder by Ignacio Castano <[email protected]>.
//
// LICENSE:
Expand Down Expand Up @@ -3712,6 +3712,7 @@ float compress_dxt1(Quality level, const float * input_colors, const float * inp
// v1.01 - Added SPMD code path with AVX support.
// v1.02 - Removed SIMD code path.
// v1.03 - Quality levels. AVX512, Neon, Altivec, vectorized reduction and index selection.
// v1.04 - Automatic compile-time SIMD selection. Specify hw decoder at runtime. More optimizations.

// Copyright (c) 2020 Ignacio Castano <[email protected]>
//
Expand Down

0 comments on commit 4a4a05b

Please sign in to comment.