Compare commits
No commits in common. "8ca5903c7f7cb449c63e2072d723b9fbd4e059cb" and "f05f49517facc54c5cdf9cb81b2520a7384d5df5" have entirely different histories.
8ca5903c7f
...
f05f49517f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
// @todo(judah): dumb we can't use meta.range_for here.
|
// @todo(judah): dumb we can't use meta.range_for here.
|
||||||
|
|
||||||
U8_Min, U8_Max :: #run meta.lo_for(u8), #run meta.hi_for(u8);
|
U8_Min, U8_Max :: #run meta.lo_for(u8), #run meta.hi_for(u8);
|
||||||
U16_Min, U16_Max :: #run meta.lo_for(u16), #run meta.hi_for(u16);
|
U16_Min, U16_Max :: #run meta.lo_for(u16), #run meta.hi_for(u16);
|
||||||
U32_Min, U32_Max :: #run meta.lo_for(u32), #run meta.hi_for(u32);
|
U32_Min, U32_Max :: #run meta.lo_for(u32), #run meta.hi_for(u32);
|
||||||
U64_Min, U64_Max :: #run meta.lo_for(u64), #run meta.hi_for(u64);
|
U64_Min, U64_Max :: #run meta.lo_for(u64), #run meta.hi_for(u64);
|
||||||
|
|
||||||
S8_Min, S8_Max :: #run meta.lo_for(s8), #run meta.hi_for(s8);
|
S8_Min, S8_Max :: #run meta.lo_for(s8), #run meta.hi_for(s8);
|
||||||
S16_Min, S16_Max :: #run meta.lo_for(s16), #run meta.hi_for(s16);
|
S16_Min, S16_Max :: #run meta.lo_for(s16), #run meta.hi_for(s16);
|
||||||
S32_Min, S32_Max :: #run meta.lo_for(s32), #run meta.hi_for(s32);
|
S32_Min, S32_Max :: #run meta.lo_for(s32), #run meta.hi_for(s32);
|
||||||
S64_Min, S64_Max :: #run meta.lo_for(s64), #run meta.hi_for(s64);
|
S64_Min, S64_Max :: #run meta.lo_for(s64), #run meta.hi_for(s64);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue