From 7633c66c24860b0bc4af78d7a16a70fe4c2cafc8 Mon Sep 17 00:00:00 2001 From: Ziyao Date: Mon, 21 Mar 2022 16:54:15 +0800 Subject: [PATCH] Remove PLT modifier --- src/math/x86_64/expl.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/x86_64/expl.s b/src/math/x86_64/expl.s index 798261d..3add810 100644 --- a/src/math/x86_64/expl.s +++ b/src/math/x86_64/expl.s @@ -37,7 +37,7 @@ expl: fstpt (%rsp) fstpt 16(%rsp) fstpt 32(%rsp) - call exp2l@PLT + call exp2l # if 2^hi == inf return 2^hi fld %st(0) fstpt (%rsp)