glibc/math/bits
Gabriel F. T. Gomes 1b7f04070b Use __attribute_pure__ macro in bits/mathcalls.h
When the const attribute of totalorder* functions was replaced with the
pure attribute, by commit ID ab41100bab, it did not use the
__attribute_pure__ macro, but the __attribute__ ((__pure__)) statement.
All other uses of the pure attribute in glibc use the macro.

Tested for powerpc64le.
2019-09-05 19:20:29 -03:00
..
cmathcalls.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mathcalls-helper-functions.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mathcalls-narrow.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mathcalls.h Use __attribute_pure__ macro in bits/mathcalls.h 2019-09-05 19:20:29 -03:00