Remove stale comment about F16

This commit is contained in:
Brendan Hansknecht 2021-09-24 08:35:34 -07:00
parent e546ec0c37
commit 95f29c4d5b

View File

@ -1513,8 +1513,6 @@ macro_rules! single_register_integers {
#[macro_export]
macro_rules! single_register_floats {
() => {
// Float16 is explicitly ignored because it is not supported by must hardware and may require special exceptions.
// Builtin::Float16 |
Builtin::Float32 | Builtin::Float64
};
}