File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Language features:
6
6
- Support "switch" statements over an argument of type "long long".
7
7
8
8
Code generation and optimization:
9
- - Revised and improved support for single-precision floating-point
9
+ - Revised and improved support for single-precision floating-point
10
10
arithmetic. Earlier, all FP arithmetic was performed at double
11
11
precision, with conversions to/from single precision as needed,
12
12
in particular when loading/storing a single-precision FP number
@@ -36,6 +36,7 @@ PowerPC port:
36
36
pseudo-instructions so that it does not need to be re-done in
37
37
cchecklink.
38
38
- Updated the cchecklink validator accordingly.
39
+ - More efficient code generated for volatile accesses to small data areas.
39
40
- Built-in function '__builtin_cntlz' (count leading zeros)
40
41
renamed '__builtin_clz' for GCC / Clang compatibility.
41
42
- Added built-in functions for load with reservation / store conditional.
You can’t perform that action at this time.
0 commit comments