akirilov-arm opened PR #1892 from simd_fp_cmp
to master
:
This PR implements SIMD floating-point comparisons. The new functionality is tested by the
spec::simd::simd_f32x4_cmp
andspec::simd::simd_f64x2_cmp
tests, which also get enabled.
akirilov-arm edited PR #1892 from simd_fp_cmp
to master
:
This PR implements SIMD floating-point comparisons for AArch64. The new functionality is tested by the
spec::simd::simd_f32x4_cmp
andspec::simd::simd_f64x2_cmp
tests, which also get enabled.
cfallin submitted PR Review.
cfallin created PR Review Comment:
No returns in the middle of the big
match
-- use the?
operator instead to bubble up theCodegenResult
on failure.
cfallin submitted PR Review.
akirilov-arm updated PR #1892 from simd_fp_cmp
to master
:
This PR implements SIMD floating-point comparisons for AArch64. The new functionality is tested by the
spec::simd::simd_f32x4_cmp
andspec::simd::simd_f64x2_cmp
tests, which also get enabled.
cfallin merged PR #1892.
Last updated: Nov 22 2024 at 16:03 UTC