Skip to content

Commit 376afd4

Browse files
MaxGraeydcodeIO
authored andcommitted
Improve Math routines; Add Mathf-specific prng (AssemblyScript#297)
1 parent 4683599 commit 376afd4

14 files changed

+7265
-9173
lines changed

package-lock.json

Lines changed: 616 additions & 389 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

std/assembly/math.ts

Lines changed: 273 additions & 277 deletions
Large diffs are not rendered by default.

tests/compiler/binary.optimized.wat

Lines changed: 151 additions & 198 deletions
Large diffs are not rendered by default.

tests/compiler/binary.untouched.wat

Lines changed: 589 additions & 704 deletions
Large diffs are not rendered by default.

tests/compiler/std/array.optimized.wat

Lines changed: 175 additions & 110 deletions
Large diffs are not rendered by default.

tests/compiler/std/array.untouched.wat

Lines changed: 207 additions & 139 deletions
Large diffs are not rendered by default.

tests/compiler/std/libm.optimized.wat

Lines changed: 600 additions & 884 deletions
Large diffs are not rendered by default.

tests/compiler/std/libm.untouched.wat

Lines changed: 654 additions & 906 deletions
Large diffs are not rendered by default.

tests/compiler/std/math.optimized.wat

Lines changed: 1530 additions & 2192 deletions
Large diffs are not rendered by default.

tests/compiler/std/math.untouched.wat

Lines changed: 1596 additions & 2224 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)