Skip to content

Commit a77258f

Browse files
Merge pull request #5513 from swiftwasm/katei/revert-numeric-cpp-changes
[wasm] Revert unnecessary CC attr in Numeric.cpp
2 parents 0582890 + 146b150 commit a77258f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stdlib/public/runtime/Numeric.cpp

-2
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)