Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Use 64-bit float printing of 128-bit floats on non x86_64 #6436

Merged
merged 1 commit into from
Dec 5, 2018

Commits on Dec 5, 2018

  1. Use 64-bit float printing of 128-bit floats on non x86_64

    For platforms other then x86_64, have the 128-bit float console print API (printqf()) convert to a 64-bit float before printing. While this loses precision it’s enough to get the unit tests for printqf() working on ARM8, which actually was the only unit_test unit test that failed on that platform.
    spoonincode committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    8633cdd View commit details
    Browse the repository at this point in the history