• henfredemars@infosec.pub
    cake
    link
    fedilink
    English
    arrow-up
    50
    arrow-down
    1
    ·
    9 months ago

    This is something my wife just had to learn to accept. I’ll find something cool and realize I don’t want to go through life not understanding this topic. Most recently: floating point emulation.

      • henfredemars@infosec.pub
        cake
        link
        fedilink
        English
        arrow-up
        14
        ·
        9 months ago

        I’m particularly interested in how emulators deal with the mismatch between the FPU of the target hardware versus the host.

        It’s a fascinating and frustrating topic when you’re trying to emulate floating point in a specific way using hardware that doesn’t exactly do what you need. But almost. For example, maybe your host rounds differently or uses different status flags so the challenge is to find as many cases as possible where you can still exploit your host FPU without generating incorrect results.

    • Swim@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      9 months ago

      no idea what this is but i am now furiously looking floating point up.