Fix FTBFS on power "not a constant expression"
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>
Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)
committerJordi Mallach <jordi@debian.org>
Mon, 10 Feb 2025 09:04:04 +0000 (10:04 +0100)
commit2a056f5b9f3804a69bc4dcad31439668c23137d3
tree3a7277bb172fb0e0226a24150a479a40ed7ac8e4
parent899968568249679c672eda8163eff9e8abf8fdca
Fix FTBFS on power "not a constant expression"

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>

Gbp-Pq: Name fix-922619.patch
src/emu/xtal.h