rust/compiler
Josh Stone 147032a618 Move the cast_float_to_int fallback code to GCC
Now that we require at least LLVM 13, that codegen backend is always
using its intrinsic `fptosi.sat` and `fptoui.sat` conversions, so it
doesn't need the manual implementation. However, the GCC backend still
needs it, so we can move all of that code down there.
2022-08-16 15:46:17 -07:00
..
2022-08-10 17:22:58 +02:00
2022-08-12 16:28:15 -04:00
2022-08-16 11:10:13 +10:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-15 15:57:55 +08:00
2022-08-12 16:28:15 -04:00
2022-08-01 08:53:04 +10:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00
2022-08-12 16:28:15 -04:00