We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9f32a commit 3f217e3Copy full SHA for 3f217e3
Changelog.md
@@ -24,15 +24,16 @@ Bug fixes:
24
Usability:
25
- Mark stack as non-executable in binaries produced by `ccomp`.
26
- Check that preprocessed sources (`.i` files) do not contain backslash-newline sequences.
27
+- `./configure arm-linux` now selects the hard-FP ABI, since Linux distributions no longer use the soft-FP ABI.
28
29
Supporting libraries:
30
- ARM library for 64-bit integer arithmetic: faster division, cleaned-up code.
31
32
Coq development:
33
- Support Coq 8.20.
-- Install `.glob` and `.v` files along `.vo` files.
34
- Build: support TIMING and PROFILING like `coq_makefile`. (#512)
35
- Make dependency on `Extraction` explicit. (#515)
36
+- Install `.glob` and `.v` files along `.vo` files. (#527)
37
38
39
# Release 3.14, 2024-05-02
0 commit comments