QTom
QTom
no longer needed
> can you name your branch as `feature/xxxx`? > > `feature/xxxx` will trigger the github action CI. feature/fix_msvc_bf16
same problem
fdk-aac/libSBRdec/include/log/log.h ``` #pragma once #ifdef __ANDROID__ #include #define android_errorWriteLog(tag, y, ...) __android_log_write(ANDROID_LOG_ERROR, #tag, y, ##__VA_ARGS__) #endif ```
> It is not a bug. Parallel for is designed to work in this way. Nested parallel for does not lead to better performance. See [#25260 (comment)](https://github.com/opencv/opencv/issues/25260#issuecomment-2026852533). This design is...