summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/options.cpp
diff options
context:
space:
mode:
author frediz <frediz@users.noreply.github.com>2019-06-05 17:20:02 +0200
committer GitHub <noreply@github.com>2019-06-05 17:20:02 +0200
commite0ebf250d1cbb77f2f5aae8bb4ddbfc3f6888f26 (patch)
treed8a6250d4d41de815f842905083dc5310ad79d99 /src/lib/util/options.cpp
parent1b0a28054339a2e0af0d7c1b1777a392674349d7 (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/util/options.cpp')
0 files changed, 0 insertions, 0 deletions