mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Remove stale comment about F16
This commit is contained in:
parent
e546ec0c37
commit
95f29c4d5b
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user