Skip to content

Commit 1e39c09

Browse files
author
xleroy
committed
Update
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2621 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
1 parent 6a835a6 commit 1e39c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Changelog

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Language features:
66
- Support "switch" statements over an argument of type "long long".
77

88
Code generation and optimization:
9-
- Revised and improved support for single-precision floating-point
9+
- Revised and improved support for single-precision floating-point
1010
arithmetic. Earlier, all FP arithmetic was performed at double
1111
precision, with conversions to/from single precision as needed,
1212
in particular when loading/storing a single-precision FP number
@@ -36,6 +36,7 @@ PowerPC port:
3636
pseudo-instructions so that it does not need to be re-done in
3737
cchecklink.
3838
- Updated the cchecklink validator accordingly.
39+
- More efficient code generated for volatile accesses to small data areas.
3940
- Built-in function '__builtin_cntlz' (count leading zeros)
4041
renamed '__builtin_clz' for GCC / Clang compatibility.
4142
- Added built-in functions for load with reservation / store conditional.

0 commit comments

Comments
 (0)