Skip to content

Commit

Permalink
Merge pull request starkat99#76 from starkat99/main
Browse files Browse the repository at this point in the history
remove f16c_target_feature nightly feature which has been stabilized
  • Loading branch information
starkat99 authored Jan 23, 2023
2 parents fe8f301 + d8c9f7a commit b8391de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
feature = "use-intrinsics",
any(target_arch = "x86", target_arch = "x86_64")
),
feature(stdsimd, f16c_target_feature)
feature(stdsimd)
)]
#![doc(html_root_url = "https://docs.rs/half/2.2.1")]
#![doc(test(attr(deny(warnings), allow(unused))))]
Expand Down

0 comments on commit b8391de

Please sign in to comment.