mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Remove stale comment about F16
This commit is contained in:
parent
e546ec0c37
commit
95f29c4d5b
1 changed files with 0 additions and 2 deletions
|
@ -1513,8 +1513,6 @@ macro_rules! single_register_integers {
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! single_register_floats {
|
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
|
Builtin::Float32 | Builtin::Float64
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue