Commit 7054f37
committed
Move preserve_dst_format into HWY block
Relocate the preserve_dst_format declaration so it is only computed inside the OIIO_USE_HWY conditional and after IBAprep. This avoids an unused-variable when HWY support is disabled and ensures the value is determined after dst/src preparation; there is no functional change to behavior.
Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>1 parent 0db1ab4 commit 7054f37
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3832 | 3832 | | |
3833 | 3833 | | |
3834 | 3834 | | |
3835 | | - | |
3836 | 3835 | | |
3837 | 3836 | | |
3838 | 3837 | | |
| 3838 | + | |
3839 | 3839 | | |
3840 | 3840 | | |
3841 | 3841 | | |
| |||
0 commit comments