Merge remote-tracking branch 'origin/trunk' into small-str

This commit is contained in:
Richard Feldman 2020-09-16 02:23:06 -04:00
commit 5d3645350d
33 changed files with 2597 additions and 902 deletions

View file

@ -36,6 +36,8 @@ pub enum LowLevel {
NumSqrtUnchecked,
NumRound,
NumToFloat,
NumPow,
NumCeiling,
Eq,
NotEq,
And,