float icon indicating copy to clipboard operation
float copied to clipboard

Implement `ppc_fp128`: 128-bit floating point type (two 64-bits, PowerPC)

Open mewmew opened this issue 7 years ago • 4 comments

Close this issue when float128ppc is feature complete and tested.

mewmew avatar Jul 06 '18 20:07 mewmew

Fixed in #18? @dannypsnl @mewmew

pwaller avatar Dec 23 '19 12:12 pwaller

Fixed in #18? @dannypsnl @mewmew

Not yet, we'd first need test cases :)

mewmew avatar Dec 23 '19 20:12 mewmew

@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

dannypsnl avatar Dec 12 '21 05:12 dannypsnl

@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.

mewmew avatar Dec 12 '21 21:12 mewmew