We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc6040 commit 45a76feCopy full SHA for 45a76fe
test/IRGen/builtin_math.swift
@@ -13,13 +13,7 @@
13
// Make sure we use an intrinsic for functions such as exp.
14
15
// CHECK-LABEL: define {{.*}}test1
16
-// CHECK-ios: call float @llvm.exp.f32
17
-// CHECK-macosx: call float @llvm.exp.f32
18
-// CHECK-tvos: call float @llvm.exp.f32
19
-// CHECK-watchos: call float @llvm.exp.f32
20
-// CHECK-darwin: call float @llvm.exp.f32
21
-// CHECK-linux-gnu: call float @expf
22
-// CHECK-windows: call float @expf
+// CHECK: call float @llvm.exp.f32
23
24
public func test1(f : Float) -> Float {
25
return exp(f)
0 commit comments