mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Credit.
This commit is contained in:
parent
7934b65de9
commit
745ef8f82b
@ -2121,6 +2121,11 @@ template<class T> struct is_reference<T&>
|
||||
/// @endcond
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/// Fast integer to string implementation to avoid using itoa. See https://github.com/jeaiii/itoa
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// 2 chars at a time, little endian only, unaligned 2 byte writes
|
||||
static constexpr uint16_t S100s[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user