Even faster CV_PAUSE on SkyLake and above.
authorVincent Rabaud <vrabaud@google.com>
Mon, 19 Dec 2022 13:15:34 +0000 (14:15 +0100)
committerVincent Rabaud <vrabaud@google.com>
Mon, 19 Dec 2022 13:15:34 +0000 (14:15 +0100)
commit7463e9b8bb5004b046a98a219852d53456b7ee02
tree252bbd87120ceebf4b48e3092ce5c2b8d18463ce
parent07ed5e53467e9abd9f5d66f4bb93f8c1c228b058
Even faster CV_PAUSE on SkyLake and above.

No need to loop as RDTSC is 3/4 times faster than _mm_pause.
modules/core/src/parallel_impl.cpp