Yonggang Luo

Results 160 comments of Yonggang Luo

> Hi @lygstate , > > See these: > https://github.com/wolfSSL/wolfssl/tree/master/examples/configs > https://github.com/wolfSSL/wolfssl/blob/master/IDE/GCC-ARM/Header/user_settings.h Thanks, https://github.com/wolfSSL/wolfssl/blob/master/IDE/GCC-ARM/Header/user_settings.h looks better, but hard to found, can we update https://github.com/wolfSSL/wolfssl/tree/master/examples/configs/user_settings.h to match https://github.com/wolfSSL/wolfssl/blob/master/IDE/GCC-ARM/Header/user_settings.h? I've seen https://github.com/wolfSSL/wolfssl/tree/master/examples/configs/user_settings.h...

Oh, it's here, I didn't found it in rust issues

old things never be gone, I wanna push this. rust is a system language not a script language, need compat old things.

I wanna push add support for fp80 and fp128... any help need?

Like https://github.com/rust-lang/rust/pull/38482 does

> > Basically, use the version that's most efficient for your processor. On modern 64-bit processors with wide FPUs and/or 256-bit SIMD this would become f64. > > Even on...

> several architectures have hardware support for `f128`: RISC-V, PowerPC, s390, and probably more. For platform have f128, implmenet f80 would not cause significant performance down

> @thomcc These are all ideas, not everything in the OP is relevant anymore since it has been discussed. I think `fsize` and `freal` have been discussed and dismissed, `fsize`...