Aaaaaaaaaa hi everyone I wasn’t expecting so many new friends so fast and I should sleep hyperflush

I don’t know what I’m doing
  • x87_floatingpoint [he/him, it/its]@hexbear.net
    link
    fedilink
    English
    arrow-up
    22
    ·
    edit-2
    2 days ago

    how do I be normal?

    Don’t.

    (I don’t think there’s any point in attempting to be normal. Don’t know about you, but personally I always fail at it anyway, even if I try. So why bother? That energy can be used for more interesting things.)

      • x87_floatingpoint [he/him, it/its]@hexbear.net
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 days ago

        Happy to have increased your computer history knowledge! meow-floppy
        If you mostly touch modern computers, it’s not surprising that you didn’t know, because Intel’s x87 floating-point co-processor is mostly a thing of the past. Since the i486, the floating-point has been integrated into the CPU rather than being a separate chip. You can still issue x87 floating-point instructions to the i486, or even to a modern Intel CPU, though! Nowadays, if you want floating-point stuff, you (or the compiler that compiles your program) will probably use SSE instructions instead. But I heard that some applications where the precision is very important still use x87 because it internally represents the numbers as 80 bit instead of 64 bit.