mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
cmake: update reporting of excluded dispatching files (#10711)
* cmake: add ocv_get_smart_file_name() macro * cmake: avoid adding files for unavailable dispatch modes
This commit is contained in:
committed by
Vadim Pisarevsky
parent
61e76e767d
commit
5a791e6e06
@@ -239,7 +239,7 @@ TEST(hal_intrin, float64x2) {
|
||||
|
||||
TEST(hal_intrin,float16x4)
|
||||
{
|
||||
CV_CPU_CALL_FP16(test_hal_intrin_float16x4, ());
|
||||
CV_CPU_CALL_FP16_(test_hal_intrin_float16x4, ());
|
||||
throw SkipTestException("Unsupported hardware: FP16 is not available");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user