r318093 sets fma, fmaf, fmal as const for Gnu and MSVC. Android also
does not set errno for these functions. So mark these const for
Android.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 16437 Build 16437: arc lint + arc unit
Event Timeline
lib/Sema/SemaDecl.cpp | ||
---|---|---|
13108–13110 | Please generalize this comment so it doesn't go stale: |
Please generalize this comment so it doesn't go stale:
"We make fma on some platforms const because..."