-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix ssse3 detection typo (#1929) Signed-off-by: Mark Reid <[email protected]> (cherry picked from commit 003b6a1) Signed-off-by: Doug Walker <[email protected]> * fix: use system `include pystring.h` for `ConfigUtils.cpp` (#1921) Signed-off-by: Rui Chen <[email protected]> Co-authored-by: Doug Walker <[email protected]> (cherry picked from commit e747e9c) Signed-off-by: Doug Walker <[email protected]> * Fix narrowing conversion error on riscv64 (#1924) Signed-off-by: phancb <[email protected]> Co-authored-by: Doug Walker <[email protected]> (cherry picked from commit a95febc) Signed-off-by: Doug Walker <[email protected]> * Add manylinux_2_28 Python wheels (#1933) Signed-off-by: Rémi Achard <[email protected]> Co-authored-by: Michael Dolan <[email protected]> Co-authored-by: Doug Walker <[email protected]> (cherry picked from commit f925099) Signed-off-by: Doug Walker <[email protected]> * Enhance ociochecklut to print the output after each step in a multi-t… (#1925) * Enhance ociochecklut to print the output after each step in a multi-transform LUT Signed-off-by: pylee <[email protected]> * Review feedback to enable printe of transforms list when using -s flag. Signed-off-by: pylee <[email protected]> * Print transform description for each step instead. Signed-off-by: pylee <[email protected]> --------- Signed-off-by: pylee <[email protected]> Co-authored-by: Doug Walker <[email protected]> (cherry picked from commit aadf595) Signed-off-by: Doug Walker <[email protected]> * Fix AVX instructions used on CPUs that don't support them (#1935) * Fix AVX instructions used on CPUs that don't support them It's supposed to check all bits are enabled, not just one of them. This causes a crash using OpenColorIO on older CPUs. Thanks to Ray Molenkamp for help tracking this down. Signed-off-by: Brecht Van Lommel <[email protected]> * Fix another case pointed out in review Signed-off-by: Brecht Van Lommel <[email protected]> --------- Signed-off-by: Brecht Van Lommel <[email protected]> (cherry picked from commit 0c90ded) Signed-off-by: Doug Walker <[email protected]> * Increment library version to 2.3.2 Signed-off-by: Doug Walker <[email protected]> --------- Signed-off-by: Mark Reid <[email protected]> Signed-off-by: Doug Walker <[email protected]> Signed-off-by: Rui Chen <[email protected]> Signed-off-by: phancb <[email protected]> Signed-off-by: Rémi Achard <[email protected]> Signed-off-by: pylee <[email protected]> Signed-off-by: Brecht Van Lommel <[email protected]> Co-authored-by: Mark Reid <[email protected]> Co-authored-by: Rui Chen <[email protected]> Co-authored-by: phanium <[email protected]> Co-authored-by: Rémi Achard <[email protected]> Co-authored-by: Michael Dolan <[email protected]> Co-authored-by: PenneLee <[email protected]> Co-authored-by: Brecht Van Lommel <[email protected]>
- Loading branch information
1 parent
92db29b
commit fa52192
Showing
8 changed files
with
196 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.