float
float copied to clipboard
Implement `ppc_fp128`: 128-bit floating point type (two 64-bits, PowerPC)
Fixed in #18? @dannypsnl @mewmew
Fixed in #18? @dannypsnl @mewmew
Not yet, we'd first need test cases :)
@mewmew https://gcc.gnu.org/wiki/Ieee128PowerPC I'm just thinking maybe we generate test data to check our implementation. And a reference is https://juliamath.github.io/DoubleFloats.jl/stable/characteristics/ I think we can look into implementation
@mewmew https://gcc.gnu.org/wiki/Ieee128PowerPC I'm just thinking maybe we generate test data to check our implementation. And a reference is https://juliamath.github.io/DoubleFloats.jl/stable/characteristics/ I think we can look into implementation
Sounds good.