[cfe-dev] long long fractionals

via cfe-dev cfe-dev at lists.llvm.org
Mon Oct 12 08:46:27 PDT 2020


I added support for the fixed point type system similar to yours in our out-of-tree branch. I'd like to deprecate mine and adopt yours. One issue we have is that we support "long long" _Fract and _Accum. We can't easily drop support for these types as that would be a customer visible change. Would you accept a patch adding support for these? I could easily put them on a hidden switch or feature option.

_____________________________________
Sent from http://clang-developers.42468.n3.nabble.com



More information about the cfe-dev mailing list