Stream: git-wasmtime

Topic: wasmtime / PR #2171 New implementations for nearest lib c...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 28 2020 at 21:00):

MaxGraey opened PR #2171 from new-nearest-functions to main:

More efficient implementations for wasmtime_f32_nearest and wasmtime_f64_nearest based on musl's implementation.

differences: https://godbolt.org/z/Gxz3bP

view this post on Zulip Wasmtime GitHub notifications bot (Aug 28 2020 at 21:01):

MaxGraey edited PR #2171 from new-nearest-functions to main:

More efficient implementations for wasmtime_f32_nearest and wasmtime_f64_nearest based on musl's rint implementation.

differences: https://godbolt.org/z/Gxz3bP

view this post on Zulip Wasmtime GitHub notifications bot (Aug 28 2020 at 21:01):

MaxGraey edited PR #2171 from new-nearest-functions to main:

More efficient implementations for wasmtime_f32_nearest and wasmtime_f64_nearest based on musl's rint ans rintf implementations.

differences: https://godbolt.org/z/Gxz3bP

view this post on Zulip Wasmtime GitHub notifications bot (Aug 28 2020 at 21:03):

MaxGraey edited PR #2171 from new-nearest-functions to main:

More efficient implementations for wasmtime_f32_nearest and wasmtime_f64_nearest based on musl's rint ans rintf implementations.

new / old comparison: https://godbolt.org/z/Gxz3bP

view this post on Zulip Wasmtime GitHub notifications bot (Aug 28 2020 at 21:07):

MaxGraey edited PR #2171 from new-nearest-functions to main:

More efficient implementations for wasmtime_f32_nearest and wasmtime_f64_nearest based on musl's rint and rintf implementations.

new / old comparison: https://godbolt.org/z/Gxz3bP


Last updated: Nov 22 2024 at 16:03 UTC