[Git][ghc/ghc][wip/T26166] fixup! rts: Avoid static symbol references to ghc-internal
Rodrigo Mesquita pushed to branch wip/T26166 at Glasgow Haskell Compiler / GHC Commits: aa4a109c by Rodrigo Mesquita at 2025-10-14T15:58:03+01:00 fixup! rts: Avoid static symbol references to ghc-internal - - - - - 1 changed file: - rts/include/stg/Prim.h Changes: ===================================== rts/include/stg/Prim.h ===================================== @@ -145,8 +145,6 @@ W_ hs_mulIntMayOflo(W_ a, W_ b); /* rts/prim/int64x2minmax and rts/prim/vectorQuotRem */ #if defined(__SSE2__) -#include <stdint.h> -#include <string.h> #include <emmintrin.h> __m128i hs_minInt64X2(__m128i, __m128i); View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aa4a109cff86a0dd851589aacc3f71d8... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aa4a109cff86a0dd851589aacc3f71d8... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)