Bug #12405
Outdated(?) warnings at program start
Start date:
11/14/2018
Due date:
% Done:
0%
Affected Version:
git master branch
System:
all
bitness:
64-bit
hardware architecture:
amd64/x86
Description
Hi,
when starting darktable from the commandline I get the warning
[dt_codepaths_init] will be using HIGHLY EXPERIMENTAL plain OpenMP SIMD codepath. [dt_codepaths_init] SSE2-optimized codepath is disabled or unavailable. [dt_codepaths_init] expect a LOT of functionality to be broken. you have been warned.
I think this warning should be removed unless there is a very good reason to keep it. I never observes any issues.
History
#1
Updated by Roman Lebedev 3 months ago
Unless you have gone ahead, and verified that every single one of these plain codepaths is fully auto-vectorized by both the clang and gcc, no, it is not outdated.