Stream: git-cranelift

Topic: cranelift / PR #1376 Add integer min/max instructions for...


view this post on Zulip GitHub (Feb 04 2020 at 17:33):

abrown opened PR #1376 from integer-min-max to master:

<!-- Please ensure all communication adheres to the code of conduct. -->

view this post on Zulip GitHub (Feb 04 2020 at 17:33):

abrown requested bnjbvr for a review on PR #1376.

view this post on Zulip GitHub (Feb 21 2020 at 16:12):

bnjbvr submitted PR Review.

view this post on Zulip GitHub (Feb 21 2020 at 16:12):

bnjbvr submitted PR Review.

view this post on Zulip GitHub (Feb 21 2020 at 16:12):

bnjbvr created PR Review Comment:

Forgot to tell in the previous review for average (and if you could apply it there too that'd be great), but as a way to make sure we stop regressing build-step compile time, can you put these in a different function marked as #[inline(never)] please? (No need to move all the existing instructions.) This for instance could go into a simd_comparisons function, or something appropriately named like this. Thanks!

view this post on Zulip GitHub (Feb 21 2020 at 17:20):

abrown updated PR #1376 from integer-min-max to master:

<!-- Please ensure all communication adheres to the code of conduct. -->

view this post on Zulip GitHub (Feb 21 2020 at 17:21):

abrown submitted PR Review.

view this post on Zulip GitHub (Feb 21 2020 at 17:21):

abrown created PR Review Comment:

I went with define_simd_arithmetic since it seems to be in that section in the spec.

view this post on Zulip GitHub (Feb 21 2020 at 17:33):

abrown merged PR #1376.


Last updated: Nov 22 2024 at 16:03 UTC