Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8026baf

Browse files
committed
Do not disable neon feature
1 parent9b166cc commit8026baf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎src/lib.rs‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,6 @@ fn to_gcc_opt_level(optlevel: Option<OptLevel>) -> OptimizationLevel {
479479
/// Returns the features that should be set in `cfg(target_feature)`.
480480
fntarget_config(sess:&Session,target_info:&LockedTargetInfo) ->TargetConfig{
481481
let(unstable_target_features, target_features) =cfg_target_feature(sess, |feature|{
482-
// TODO: we disable Neon for now since we don't support the LLVM intrinsics for it.
483-
if feature =="neon"{
484-
returnfalse;
485-
}
486482
target_info.cpu_supports(feature)
487483
// cSpell:disable
488484
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp