Skip to content

Commit 146b150

Browse files
[wasm] Revert unnecessary CC attr in Numeric.cpp
1 parent 0582890 commit 146b150

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/runtime/Numeric.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,10 @@ static T convert(IntegerLiteral value) {
5050
return result;
5151
}
5252

53-
SWIFT_CC(swift)
5453
float swift::swift_intToFloat32(IntegerLiteral value) {
5554
return convert<float>(value);
5655
}
5756

58-
SWIFT_CC(swift)
5957
double swift::swift_intToFloat64(IntegerLiteral value) {
6058
return convert<double>(value);
6159
}

0 commit comments

Comments
 (0)