aboutsummaryrefslogtreecommitdiff
path: root/tests/fp
AgeCommit message (Expand)Author
2024-01-12tests/fp: Bump fp-test-mulAdd test timeout to 3 minutesThomas Huth
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: rename config_allPaolo Bonzini
2023-06-07tests: fp: remove unused submodulesPaolo Bonzini
2023-06-06meson: subprojects: replace berkeley-{soft,test}float-3 with wrapsPaolo Bonzini
2023-03-01tests: make fp-test less chatty when running from test suiteAlex Bennée
2023-01-11enforce use of G_GNUC_PRINTF attributesDaniel P. Berrangé
2022-09-01meson: remove dead assignmentsPaolo Bonzini
2022-07-05tests/fp: Do not build softfloat3 tests if TCG is disabledPhilippe Mathieu-Daudé
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-15tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directivesPhilippe Mathieu-Daudé
2021-12-23build: use "meson test" as the test harnessPaolo Bonzini
2021-06-03tests/fp: Enable more testsAlex Bennée
2021-06-03softfloat: Move floatN_log2 to softfloat-parts.c.incRichard Henderson
2021-06-03tests/fp/fp-test: Reverse order of floatx80 precision testsRichard Henderson
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-05-16softfloat: Move muladd_floats to softfloat-parts.c.incRichard Henderson
2021-05-16tests/fp: add quad support to the benchmark utilityAlex Bennée
2021-03-09tests/fp/fp-test: Replace the word 'blacklist'Philippe Mathieu-Daudé
2021-03-06meson: adjust timeouts for some slower testsPaolo Bonzini
2020-12-18tests/fp: Do not emit implicit-fallthrough warnings in the softfloat testsThomas Huth
2020-10-22do not use colons in test namesPaolo Bonzini
2020-10-13Remove superfluous .gitignore filesThomas Huth
2020-09-30meson: clean up build_by_defaultPaolo Bonzini
2020-08-21meson: convert tests/fp and check-softfloatPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson
2020-01-09testing: don't nest build for fp-testAlex Bennée
2019-02-26softfloat: Support float_round_to_odd more placesRichard Henderson
2019-02-26tests/fp: add wrapping for f128_to_ui32Alex Bennée
2019-01-22tests/fp/platform.h: include config-host.hEmilio G. Cota
2019-01-22fp-test: fix signature of slow_clear_flags and qemu_clear_flagsEmilio G. Cota
2019-01-22tests/fp/Makefile: do not use gcc-only -W flagsEmilio G. Cota
2019-01-22berkeley-testfloat-3: pull changesEmilio G. Cota
2019-01-22fp-bench: remove wrong exponent raise in fill_randomEmilio G. Cota
2019-01-22fp-bench: fix update_random_opsEmilio G. Cota
2018-12-20Clean up includesMarkus Armbruster
2018-12-17tests/fp: add fp-benchEmilio G. Cota
2018-12-17fp-test: pick TARGET_ARM to get its specializationEmilio G. Cota
2018-10-05tests/fp/fp-test: add floating point testsEmilio G. Cota
2018-10-05gitmodules: add berkeley's softfloat + testfloat version 3Emilio G. Cota