aboutsummaryrefslogtreecommitdiff
path: root/tools/test/testfloat
Commit message (Collapse)AuthorAgeFilesLines
* test: remove remainder of testfloatMarius Strobl2023-06-3026-15396/+0
| | | | | These bits are unused since the sparc64-specific glue has been deleted in f33b14f0.
* Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Warner Losh2020-02-2714-3029/+0
| | | | | | | Submitted by: kib@ (libthr) Notes: svn path=/head/; revision=358364
* Spelling fixes for tools/Ulrich Spörlein2011-12-303-5/+5
| | | | | | | Add some $FreeBSD$ tags so svn will allow the commit. Notes: svn path=/head/; revision=228975
* Add a TestFloat based test suite for floating-point implementationsMarius Strobl2010-04-2440-0/+18425
currently supporting sparc64. After a `make depend all` there are three programs; testsoftfloat for testing against the SoftFloat in src/lib/libc/softfloat for reference purposes, testemufloat for testing the emulator source in src/lib/libc/sparc64/fpu and testfloat for testing with the installed libc. Support for other architectures can be added as needed. PR: 144900 Submitted by: Peter Jeremy Notes: svn path=/head/; revision=207151