summary refs log tree commit diff stats
path: root/results/scraper/fex/1663
blob: b0b9e689b5171c724113ff72101d91292ab3a13b (plain) (blame)
1
2
Emit FJCVTZS on ARMv8.3+
For float -> 32-bit int overflow, `fjcvtzs` will produce a result of `0x80000000` matching X87 `fist` and SSE `CVTTSD2SI`. Easy accuracy win on ARMv8.3+ to replace `fcvtzs` with `fjcvtzs`