fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
943 stars 170 forks source link

Setting VVENC_ENABLE_X86_SIMD=OFF gives 'bit_scan_reverse': identifier not found #331

Closed bart-kroon closed 10 months ago

bart-kroon commented 10 months ago

I tried to disable VVENC_ENABLE_X86_SIMD to work around #330.

Unfortunately that gave:

'bit_scan_reverse': identifier not found

Tested with VVenC 1.7.0 and 1.9.1 and VS 2022 17.8.0

CMake settings:

By my judgement this is an independent problem.