From a9eef7fe4993d6c7ab2c97090eeaf60fedfca8a4 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sat, 13 Mar 2021 18:17:55 +0900 Subject: [PATCH] _ --- test/llvm_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/llvm_test.cpp b/test/llvm_test.cpp index 6c8733a..18bf757 100644 --- a/test/llvm_test.cpp +++ b/test/llvm_test.cpp @@ -48,8 +48,8 @@ MCL_FP_DEF_FUNC_SUB(6, L) MCL_FP_DEF_FUNC_SUB(7, L) MCL_FP_DEF_FUNC_SUB(8, L) #if CYBOZU_OS_BIT == 32 -MCL_FP_DEF_FUNC_SUB(12) -MCL_FP_DEF_FUNC_SUB(16) +MCL_FP_DEF_FUNC_SUB(12, L) +MCL_FP_DEF_FUNC_SUB(16, L) #endif