Max Ruttenberg via llvm-dev
2015-Nov-25 15:04 UTC
[llvm-dev] x86 long double size definition
In what file would I find the definition for the size of the x86_64 long double type? Thanks, Max -- Max Ruttenberg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151125/573ebb0d/attachment.html>
For clang, tools/clang/lib/Basic/Targets.cpp, search for LongDoubleWidth. 2015-11-25 17:04 GMT+02:00 Max Ruttenberg via llvm-dev < llvm-dev at lists.llvm.org>:> In what file would I find the definition for the size of the x86_64 long > double type? > > Thanks, > Max > > -- > Max Ruttenberg > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151125/97eeac98/attachment.html>
Max Ruttenberg via llvm-dev
2015-Nov-25 15:12 UTC
[llvm-dev] x86 long double size definition
> > the size of the x86_64 long double type?I guess that's kinda a bad question. Maybe I mean the compiler-internal type that long double maps to? On Wed, Nov 25, 2015 at 10:04 AM, Max Ruttenberg < mruttenberg at emutechnology.com> wrote:> In what file would I find the definition for the size of the x86_64 long > double type? > > Thanks, > Max > > -- > Max Ruttenberg > >-- Max Ruttenberg, Member of the Technical Staff Emu *Technology* 1400 E Angela Blvd, Unit 101 South Bend, IN 46617 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151125/215bb657/attachment.html>
Max Ruttenberg via llvm-dev
2015-Nov-25 15:13 UTC
[llvm-dev] x86 long double size definition
Thank you! On Wed, Nov 25, 2015 at 10:11 AM, Yaron Keren <yaron.keren at gmail.com> wrote:> For clang, tools/clang/lib/Basic/Targets.cpp, search for LongDoubleWidth. > > 2015-11-25 17:04 GMT+02:00 Max Ruttenberg via llvm-dev < > llvm-dev at lists.llvm.org>: > >> In what file would I find the definition for the size of the x86_64 long >> double type? >> >> Thanks, >> Max >> >> -- >> Max Ruttenberg >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> >-- Max Ruttenberg, Member of the Technical Staff Emu *Technology* 1400 E Angela Blvd, Unit 101 South Bend, IN 46617 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151125/b0248e2c/attachment.html>