Skip to content

Don't preemptively block float128 support.

Janek Kozicki requested to merge dontBlockFloat128 into master

This commit only removes -DBOOST_MATH_DISABLE_FLOAT128=1 and adds -fext-numeric-literals which to unblock numeric literals with Q, like 1.23Q which are quad precision numeric literals.

Sorry for the delay with high precision support. I will soon finish this.

EDIT: interesting, previously I needed -fext-numeric-literals, now it works without it.

Edited by Janek Kozicki

Merge request reports