摘要: bfloat16_t f32_to_bf16( float32_t a ) { union ui32_f32 uA; uint_fast32_t uiA; bool sign; int_fast16_t exp; uint_fast32_t frac; struct commonNaN common 阅读全文
posted @ 2025-04-09 21:39 King--jin 阅读(120) 评论(0) 推荐(0)