Berkeley SoftFloat fp16mul
摘要:
#include #include #include "platform.h" #include "internals.h" #include "specialize.h" #include "softfloat.h" float16_t f16_mul( float16_t a, float16_t b ) { union ui16_f16 uA; uint_fast16... 阅读全文
posted @ 2019-10-29 16:19 yiyedada 阅读(384) 评论(0) 推荐(0)