ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:51057] [Ruby master Bug#8744] SIZEOF_UNSIGNED___INT128
       [not found] <redmine.issue-8744.20130806235939.271@ruby-lang.org>
@ 2021-04-26 19:51 ` merch-redmine
  0 siblings, 0 replies; only message in thread
From: merch-redmine @ 2021-04-26 19:51 UTC (permalink / raw)
  To: ruby-dev

Issue #8744 has been updated by jeremyevans0 (Jeremy Evans).

Backport deleted (1.9.3: UNKNOWN, 2.0.0: UNKNOWN)
Status changed from Open to Closed

This appears to have been addressed between Ruby 2.2 and 2.3. `SIZEOF_UINT128_T` doesn't seem to be defined in Ruby 2.3, but in 2.4 and later versions, I'm seeing `#define SIZEOF_UINT128_T SIZEOF___INT128` and `#define SIZEOF___INT128 16`.

----------------------------------------
Bug #8744: SIZEOF_UNSIGNED___INT128
https://bugs.ruby-lang.org/issues/8744#change-91692

* Author: akr (Akira Tanaka)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 2.1.0dev (2013-08-06 trunk 42393) [x86_64-linux]
----------------------------------------
気がついたのですが、config.h で、SIZEOF_UINT128_T の定義として
SIZEOF_UNSIGNED___INT128 が使われるのですが、
定義されないようです。

% grep INT128 .ext/include/x86_64-linux/ruby/config.h
#define SIZEOF___INT128 16
#define HAVE_INT128_T 1
#define SIZEOF_INT128_T SIZEOF___INT128
#define HAVE_UINT128_T 1
#define SIZEOF_UINT128_T SIZEOF_UNSIGNED___INT128
% ./ruby -v
ruby 2.1.0dev (2013-08-06 trunk 42393) [x86_64-linux]




-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-26 19:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-8744.20130806235939.271@ruby-lang.org>
2021-04-26 19:51 ` [ruby-dev:51057] [Ruby master Bug#8744] SIZEOF_UNSIGNED___INT128 merch-redmine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).