[clang] [llvm] LLVM] Add `__builtin_readfixedtimer` intrinsic and buiiltin for realtime clocks (PR #81331)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 19:12:05 PST 2024


jhuber6 wrote:

> Generally looks good to me. Just not sure about the name. "fixed timer" sounds pretty confusing to me. probably `readfixedfreqtimer`?

Naming is the hard part. I was also thinking about `readrealtimecounter` or something. Maybe `readsteadycounter`?

https://github.com/llvm/llvm-project/pull/81331


More information about the cfe-commits mailing list