aboutsummaryrefslogtreecommitdiff
path: root/math/flexfloat
Commit message (Collapse)AuthorAgeFilesLines
* math/flexfloat: Update g20190814 -> g20220606Yuri Victorovich2022-08-082-9/+9
|
* math/flexfloat: Broken on armv7Yuri Victorovich2022-08-081-0/+1
| | | | Reported by: fallout
* math/flexfloat: Broken on aarch64Yuri Victorovich2022-03-201-0/+2
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/flexfloat: fix build on powerpc64lePiotr Kubaj2021-03-101-0/+1
| | | | | | | powerpc64le needs -mfloat128, like powerpc64. Notes: svn path=/head/; revision=568049
* math/flexfloat: fix build on powerpc, powerpc64Piotr Kubaj2020-06-201-1/+3
| | | | | | | | | This port won't build with base GCC, use GCC from ports. Also add -mfloat128, which requires -mvsx. This will mean the binary will need to be used on POWER7 or newer, because -mfloat128 uses VSX. Notes: svn path=/head/; revision=539693
* New port: math/flexfloat: C library for the emulation of reduced-precision ↵Yuri Victorovich2020-05-055-0/+72
floating point types Notes: svn path=/head/; revision=534003