]> git.ipfire.org Git - thirdparty/gcc.git/commit
[committed] Adding missing prototype for __clzhi2 to xstormy port
authorJeff Law <jlaw@ventanamicro.com>
Tue, 9 Jan 2024 17:21:28 +0000 (10:21 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 9 Jan 2024 17:21:28 +0000 (10:21 -0700)
commit9f7afa99c67f039e43019ebd08d14a7f01e2d89c
tree511f375a1236517fe3ed305c44dc240a193046b1
parent8ae50799cd25a63fa028eb6aad4f93be1d8eeb39
[committed] Adding missing prototype for __clzhi2 to xstormy port

xstormy16 has failed since the c99 transition due to a missing prototype for
__clzhi2 in the implementation of stormy16_count_leading_zeros.

This fixes the missing prototype.  Pushed to the trunk.

include/
* longlong.h (__stormy16_count_leading_zeros): Add prototype for
__clzhi2.
include/longlong.h