Skip to content

Commit d0a88b8

Browse files
committed
DROPME debugging
1 parent 6a7ae71 commit d0a88b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ fn target_config(sess: &Session, target_info: &LockedTargetInfo) -> TargetConfig
480480
let has_reliable_f16 = target_info.supports_target_dependent_type(CType::Float16);
481481
let has_reliable_f128 = target_info.supports_target_dependent_type(CType::Float128);
482482

483+
eprintln!("reliable f16: {has_reliable_f16}");
484+
eprintln!("reliable f128: {has_reliable_f128}");
485+
483486
TargetConfig {
484487
target_features,
485488
unstable_target_features,

0 commit comments

Comments
 (0)