diff options
Diffstat (limited to 'library/stdarch/examples/connect5.rs')
| -rw-r--r-- | library/stdarch/examples/connect5.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/examples/connect5.rs b/library/stdarch/examples/connect5.rs index 805108c24ce..6298255421a 100644 --- a/library/stdarch/examples/connect5.rs +++ b/library/stdarch/examples/connect5.rs @@ -28,7 +28,7 @@ //! You should see a game self-playing. In the end of the game, it shows the average time for //! each move. -#![feature(stdsimd, avx512_target_feature)] +#![feature(avx512_target_feature, stdarch_x86_avx512)] #![feature(stmt_expr_attributes)] use rand::seq::SliceRandom; |
