2019年10月29日

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)

规格化fp16

该文被密码保护。 阅读全文

posted @ 2019-10-29 14:57 yiyedada 阅读(10) 评论(0) 推荐(0)

改进的booth乘法verilog

该文被密码保护。 阅读全文

posted @ 2019-10-29 09:52 yiyedada 阅读(5) 评论(0) 推荐(0)

导航