-
Notifications
You must be signed in to change notification settings - Fork 148
Comparing changes
Open a pull request
base repository: JuliaMath/openlibm
base: v0.8.4
head repository: JuliaMath/openlibm
compare: v0.8.5
- 6 commits
- 3 files changed
- 3 contributors
Commits on Jan 4, 2025
-
ci: Fix clang build and Update qemu (#312)
* ci: fix Install QEMU in cross build * ci: use qemu 9 * ci: install qemu use apt * ci: fix QEMU_EXEC * ci: fix clang build
Configuration menu - View commit details
-
Copy full SHA for 296a5e4 - Browse repository at this point
Copy the full SHA 296a5e4View commit details
Commits on Jan 7, 2025
-
Fix detection of whether
long double
is the same asdouble
One change in PR 305 was not quite right: it changed a check for whether `$(ARCH)` is `aarch64` to a check for whether it's `aarch64 riscv64`, which can never be true. It was a non-functional change on RISC-V (since it can't be true) but broke AArch64, at least for FreeBSD. Notably, changing the check to what I assume was intended, i.e. `aarch64` or `riscv64`, breaks RISC-V. So this commit instead reverts this one change in 305.
Configuration menu - View commit details
-
Copy full SHA for ca166a0 - Browse repository at this point
Copy the full SHA ca166a0View commit details -
Fix setting of
USECLANG
/USEGCC
Move the unconditional `?=` definitions below all conditional definitions so that conditional `?=`s can take precedence. Also forcibly set `USEGCC=0` when `USECLANG=1`, otherwise the things guarded behind `USEGCC=1` will be visible. Without these changes, `gmake` on FreeBSD AArch64 incorrectly uses gcc instead of clang.
Configuration menu - View commit details
-
Copy full SHA for 42c2687 - Browse repository at this point
Copy the full SHA 42c2687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2d83f - Browse repository at this point
Copy the full SHA 4d2d83fView commit details -
Bump codecov/codecov-action from 4 to 5 (#310)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49a3204 - Browse repository at this point
Copy the full SHA 49a3204View commit details
Commits on Jan 8, 2025
-
Merge pull request #314 from JuliaMath/aa/clang-aarch64-fixes
Fixes for building on AArch64 with Clang
Configuration menu - View commit details
-
Copy full SHA for db24332 - Browse repository at this point
Copy the full SHA db24332View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.4...v0.8.5