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_cmpandspec::simd::simd_f64x2_cmptests, 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_cmpandspec::simd::simd_f64x2_cmptests, 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 theCodegenResulton 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_cmpandspec::simd::simd_f64x2_cmptests, which also get enabled.
cfallin merged PR #1892.
Last updated: Dec 06 2025 at 06:05 UTC