[clang] [llvm] [clang] Add fixed point precision macros (PR #81207)
    Aaron Ballman via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Feb 13 12:35:06 PST 2024
    
    
  
https://github.com/AaronBallman commented:
I'm by no means a fixed-point expert, so this is a bit of a drive-by review.
One thing to note is that we shouldn't be using N1169 because TR 18037 is freely available: https://standards.iso.org/ittf/PubliclyAvailableStandards/c051126_ISO_IEC_TR_18037_2008.zip
The changes should come with a release note so that users know about them.
https://github.com/llvm/llvm-project/pull/81207
    
    
More information about the cfe-commits
mailing list