From bdb1e9c9cf97520e41c8aff94553d5140a79dac7 Mon Sep 17 00:00:00 2001 From: Pavel Verigo Date: Tue, 28 Jul 2026 23:58:06 +0200 Subject: [PATCH] wasm: linker update names after compilerrt renames --- src/link/Wasm.zig | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/link/Wasm.zig b/src/link/Wasm.zig index 6ec027ad7f64991b38266e16ad04ee35d66ab14b..352448fd38a62533f708e3be5331cdf96aa91fa5 100644 --- a/src/link/Wasm.zig +++ b/src/link/Wasm.zig @@ -4612,48 +4612,48 @@ pub fn intrinsicFunctionType(wasm: *Wasm, intrinsic: Mir.Intrinsic) Allocator.Er .__udivti3 => internIntrinsicType(wasm, &.{ .u128_type, .u128_type }, .u128), .__umodei5 => internIntrinsicType(wasm, &.{ .usize_type, .usize_type, .usize_type, .usize_type, .usize_type }, .void), .__umodti3 => internIntrinsicType(wasm, &.{ .u128_type, .u128_type }, .u128), - .ceilq => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .ceilf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .cos => internIntrinsicType(wasm, &.{.f64_type}, .f64), .cosf => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .cosq => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .cosf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .exp => internIntrinsicType(wasm, &.{.f64_type}, .f64), .exp2 => internIntrinsicType(wasm, &.{.f64_type}, .f64), .exp2f => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .exp2q => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .exp2f128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .expf => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .expq => internIntrinsicType(wasm, &.{.f128_type}, .f128), - .fabsq => internIntrinsicType(wasm, &.{.f128_type}, .f128), - .floorq => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .expf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .fabsf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .floorf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .fma => internIntrinsicType(wasm, &.{ .f64_type, .f64_type, .f64_type }, .f64), .fmaf => internIntrinsicType(wasm, &.{ .f32_type, .f32_type, .f32_type }, .f32), - .fmaq => internIntrinsicType(wasm, &.{ .f128_type, .f128_type, .f128_type }, .f128), + .fmaf128 => internIntrinsicType(wasm, &.{ .f128_type, .f128_type, .f128_type }, .f128), .fmax => internIntrinsicType(wasm, &.{ .f64_type, .f64_type }, .f64), .fmaxf => internIntrinsicType(wasm, &.{ .f32_type, .f32_type }, .f32), - .fmaxq => internIntrinsicType(wasm, &.{ .f128_type, .f128_type }, .f128), + .fmaxf128 => internIntrinsicType(wasm, &.{ .f128_type, .f128_type }, .f128), .fmin => internIntrinsicType(wasm, &.{ .f64_type, .f64_type }, .f64), .fminf => internIntrinsicType(wasm, &.{ .f32_type, .f32_type }, .f32), - .fminq => internIntrinsicType(wasm, &.{ .f128_type, .f128_type }, .f128), + .fminf128 => internIntrinsicType(wasm, &.{ .f128_type, .f128_type }, .f128), .fmod => internIntrinsicType(wasm, &.{ .f64_type, .f64_type }, .f64), .fmodf => internIntrinsicType(wasm, &.{ .f32_type, .f32_type }, .f32), - .fmodq => internIntrinsicType(wasm, &.{ .f128_type, .f128_type }, .f128), + .fmodf128 => internIntrinsicType(wasm, &.{ .f128_type, .f128_type }, .f128), .log => internIntrinsicType(wasm, &.{.f64_type}, .f64), .log10 => internIntrinsicType(wasm, &.{.f64_type}, .f64), .log10f => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .log10q => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .log10f128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .log2 => internIntrinsicType(wasm, &.{.f64_type}, .f64), .log2f => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .log2q => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .log2f128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .logf => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .logq => internIntrinsicType(wasm, &.{.f128_type}, .f128), - .roundq => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .logf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .roundf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .sin => internIntrinsicType(wasm, &.{.f64_type}, .f64), .sinf => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .sinq => internIntrinsicType(wasm, &.{.f128_type}, .f128), - .sqrtq => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .sinf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .sqrtf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .tan => internIntrinsicType(wasm, &.{.f64_type}, .f64), .tanf => internIntrinsicType(wasm, &.{.f32_type}, .f32), - .tanq => internIntrinsicType(wasm, &.{.f128_type}, .f128), - .truncq => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .tanf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), + .truncf128 => internIntrinsicType(wasm, &.{.f128_type}, .f128), .memcpy => internIntrinsicType(wasm, &.{ .usize_type, .usize_type, .usize_type }, .usize), .memmove => internIntrinsicType(wasm, &.{ .usize_type, .usize_type, .usize_type }, .usize), .memset => internIntrinsicType(wasm, &.{ .usize_type, .i32_type, .usize_type }, .usize), -- 2.54.0