mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
more cleanup
This commit is contained in:
parent
7735ca21ea
commit
76e26e47f3
2 changed files with 3 additions and 43 deletions
|
@ -81,6 +81,7 @@ impl Index<IntWidth> for IntrinsicName {
|
|||
}
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! float_intrinsic {
|
||||
($name:literal) => {{
|
||||
let mut output = IntrinsicName::default();
|
||||
|
@ -93,6 +94,7 @@ macro_rules! float_intrinsic {
|
|||
}};
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! int_intrinsic {
|
||||
($name:literal) => {{
|
||||
let mut output = IntrinsicName::default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue