MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / is_integer

Function is_integer

external/include/fast_float/fast_float.h:532–532  ·  view source on GitHub ↗

Next function can be micro-optimized, but compilers are entirely able to optimize it well.

Source from the content-addressed store, hash-verified

530// Next function can be micro-optimized, but compilers are entirely
531// able to optimize it well.
532fastfloat_really_inline bool is_integer(char c) noexcept { return c >= '0' && c <= '9'; }
533
534fastfloat_really_inline uint64_t byteswap(uint64_t val) {
535 return (val & 0xFF00000000000000) >> 56

Calls

no outgoing calls

Tested by

no test coverage detected