diff options
author | 2019-06-05 17:20:02 +0200 | |
---|---|---|
committer | 2019-06-05 17:20:02 +0200 | |
commit | e0ebf250d1cbb77f2f5aae8bb4ddbfc3f6888f26 (patch) | |
tree | d8a6250d4d41de815f842905083dc5310ad79d99 /src/lib/formats/pmd_cas.cpp | |
parent | 1b0a28054339a2e0af0d7c1b1777a392674349d7 (diff) |
Fix ppc64el issue #3157
This is 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) are writtent.
which makes the compiler happy.
Diffstat (limited to 'src/lib/formats/pmd_cas.cpp')
0 files changed, 0 insertions, 0 deletions