Commit 5ba2145
committed
Additions from LG:
* Make cmake option OIIO_USE_HWY able to be overridden by end (by using
`set_option()`)
* Let env variable OPENIMAGEIO_ENABLE_HWY override runtime hwy
enabling. (It was documented to do so, but not yet implemented.)
* Clarify that hwy support will be added for 3.2, not 3.1. And that
for right now, it defaults to OFF until we have worked out all the
bugs and gain more confidence in it. The intention is for it to be
enabled by default in time for the release of OIIO 3.2.
* When hwy is disabled at build time, don't allow attribute() to appear
to enable it.
Signed-off-by: Larry Gritz <lg@larrygritz.com>1 parent 252edbb commit 5ba2145
3 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
382 | 385 | | |
383 | 386 | | |
384 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
407 | 414 | | |
408 | 415 | | |
409 | 416 | | |
| 417 | + | |
410 | 418 | | |
| 419 | + | |
411 | 420 | | |
412 | 421 | | |
413 | 422 | | |
| |||
0 commit comments