Skip to content

Commit b6052d9

Browse files
authored
Merge pull request #4203 from STEllAR-GROUP/msimberg-patch-2
Deprecate Vc
2 parents 27784db + c9da579 commit b6052d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ if(HPX_WITH_DATAPAR_VC)
385385
endif()
386386

387387
if(HPX_WITH_DATAPAR_VC)
388+
hpx_warn("Vc support is deprecated. This option will be removed in a future release. It will be replaced with SIMD support from the C++ standard library")
388389
include(HPX_SetupVc)
389390
endif()
390391
if(NOT HPX_WITH_DATAPAR_VC)

0 commit comments

Comments
 (0)