Skip to content

Commit 271c7f8

Browse files
committed
write code via ci. fun
1 parent ffa1890 commit 271c7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ pub fn sse41_detected() -> bool {
379379
// Static check, e.g. for building with target-cpu=native.
380380
#[cfg(target_feature = "sse4.1")]
381381
{
382-
#[allow(unreachable_code)]
383382
return true;
384383
}
385384
// Dynamic check, if std is enabled.
385+
#[allow(unreachable_code)]
386386
#[cfg(feature = "std")]
387387
{
388388
if is_x86_feature_detected!("sse4.1") {

0 commit comments

Comments
 (0)