Add Decimal number type.

This commit is contained in:
Stephen Chung
2021-02-13 20:57:56 +08:00
parent 4fdd58f220
commit 3650b04c38
15 changed files with 477 additions and 16 deletions

View File

@@ -24,6 +24,8 @@ jobs:
- "--features no_optimize"
- "--features no_float"
- "--features f32_float"
- "--features decimal"
- "--features no_float,decimal"
- "--tests --features only_i32"
- "--features only_i64"
- "--features no_index"