Skip to content

Commit

Permalink
AVX2 scaling RGBA u16
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jan 29, 2025
1 parent cbf76fe commit aa8c76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Despite all implementation are fast, not all the paths are implemented using SIM
| RGBA (8 bit) | x | x | x | x(avxvnni) | ~ |
| RGB (8 bit) | x | x | x | x(avxvnni) | ~ |
| Plane (8 bit) | x | x | ~ | ~ | ~ |
| RGBA (8+ bit) | x | x | ~ | x(avxvnni) | - |
| RGBA (8+ bit) | x | x | x | x(avxvnni) | - |
| RGB (8+ bit) | x | x | ~ | ~ | - |
| Plane (8+ bit) | ~ | ~ | ~ | ~ | - |
| RGBA (f32) | x | x | x | - | - |
Expand Down

0 comments on commit aa8c76b

Please sign in to comment.