首页 > 解决方案 > Clang 编译器 (x86):80 位长双精度

问题描述

我正在尝试在 x86 Windows 平台上使用本机 80 位长双精度。 GCC 选项-mlong-double-80似乎不适用于 clang。我试过了

clang -target i386-windows -mlong-double-80 -c -O3 "test.c"

但是编译器向我显示了错误:

clang: error: unknown argument: '-mlong-double-80'

标签: c++x86clangx87long-double

解决方案


推荐阅读