diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2022-02-14 18:53:37 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-14 08:33:23 -0800 |
| commit | 3f26c46cbd236263ccf332c4357f9e52047e83f7 (patch) | |
| tree | a4d33a4bb08e0cb1ff0d916361b614605ad6fcc1 /meta-python/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch | |
| parent | 2cfaa708187a8cd0bf15c638565b386f8b96414c (diff) | |
| download | meta-openembedded-3f26c46cbd236263ccf332c4357f9e52047e83f7.tar.gz | |
opencv: disable sse4.1 and sse4.2 on x86
Disable sse4.1 and sse4.2 on x86 to fix the below build failure [1].
| ./opencv-4.5.5/git/modules/gapi/src/backends/fluid/gfluidcore_simd_sse41.hpp:387:47: error: '_mm_insert_epi64' was not declared in this scope; did you mean '_mm_insert_epi8'?
387 | val_0 = _mm_unpacklo_epi8(_mm_insert_epi64(val_0, reinterpret_cast<const int64_t>(&tmp[4 * (chanNum * mapsx[x + 1] + 1)]), 0), zero);
| ^~~~~~~~~~~~~~~~
| _mm_insert_epi8
[1] https://github.com/opencv/opencv/issues/21597
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch')
0 files changed, 0 insertions, 0 deletions
