diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-08-27 09:51:01 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2014-08-27 09:51:01 +0000 |
commit | 9ee09b9b2cb498219bd8012bed69ecf63fce63a4 (patch) | |
tree | 4b88da989f9545a80ee5fe6bcc1118a23c84d2d5 /Changelog | |
parent | 1abecb7b559c5e0eab8c093a629fd8197f57205f (diff) |
Rename __builtin_cntlz to __builtin_clz.
IA32: add __builtin_clz, __builtin_ctz.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2619 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,6 +34,12 @@ - Language features: support C99 compound literals. +- Built-in function '__builtin_cntlz' (count leading zeros) + renamed '__builtin_clz' for GCC / Clang compatibility. + +- IA32: added built-in functions __builtin_clz and __builtin_ctz + (count leading / trailing zeros). + Release 2.3pl2, 2014-05-15 ========================== |