<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/json/simd/conf.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/json] Don't assume `__builtin_cpu_supports` exists</title>
<updated>2025-07-25T02:11:23+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2025-07-24T11:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=069a24c93caaa6f8eacdb02609356bee0adf3192'/>
<id>069a24c93caaa6f8eacdb02609356bee0adf3192</id>
<content type='text'>
Fix: https://github.com/ruby/json/issues/827

On very old compilers it might not exist, at that point
might as well skip SIMD entirely.

https://github.com/ruby/json/commit/da878435dc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: https://github.com/ruby/json/issues/827

On very old compilers it might not exist, at that point
might as well skip SIMD entirely.

https://github.com/ruby/json/commit/da878435dc
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Refactor simd/conf.rb - duplicate code</title>
<updated>2025-07-01T06:35:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-30T13:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a2210b351dedde847488734e646e112d9bd3dbe'/>
<id>8a2210b351dedde847488734e646e112d9bd3dbe</id>
<content type='text'>
Integrate duplicate code by extracting headers, types and
initialization code.

https://github.com/ruby/json/commit/1a768d9179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Integrate duplicate code by extracting headers, types and
initialization code.

https://github.com/ruby/json/commit/1a768d9179
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Refactor simd/conf.rb - unnecessary `have_type`</title>
<updated>2025-07-01T06:35:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-30T12:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f909c907bbe7c2d9d433ff61e46bcb62e8316c25'/>
<id>f909c907bbe7c2d9d433ff61e46bcb62e8316c25</id>
<content type='text'>
Remove `have_type` calls because the next `try_compile` calls check
those types.

https://github.com/ruby/json/commit/b08e1ca2c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove `have_type` calls because the next `try_compile` calls check
those types.

https://github.com/ruby/json/commit/b08e1ca2c1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Refactor simd/conf.rb - conditions to enable</title>
<updated>2025-07-01T06:35:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-30T12:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7d9c3004cfe4ccba6afb17a1b90ff3c983bd007f'/>
<id>7d9c3004cfe4ccba6afb17a1b90ff3c983bd007f</id>
<content type='text'>
See the results of `have_type` and `try_compile` in addition to
`have_header` for NEON as well as x86_64.  The former results were
just ignored, and `HAVE_TYPE_` macros are unused too.

https://github.com/ruby/json/commit/fdbb6062c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See the results of `have_type` and `try_compile` in addition to
`have_header` for NEON as well as x86_64.  The former results were
just ignored, and `HAVE_TYPE_` macros are unused too.

https://github.com/ruby/json/commit/fdbb6062c2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Refactor simd/conf.rb - balance</title>
<updated>2025-07-01T06:35:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-30T12:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a9e2a818bd8dd8787d3e211c0384725125b9111c'/>
<id>a9e2a818bd8dd8787d3e211c0384725125b9111c</id>
<content type='text'>
Align code for arm and x86_64 in parallel.

https://github.com/ruby/json/commit/2211e30a59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Align code for arm and x86_64 in parallel.

https://github.com/ruby/json/commit/2211e30a59
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/json] Refactor simd/conf.rb - compiler warnings</title>
<updated>2025-07-01T06:35:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-30T12:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=60eb1d5d233a753aaa2d60b305caf1909192b55a'/>
<id>60eb1d5d233a753aaa2d60b305caf1909192b55a</id>
<content type='text'>
Suppress warnings for old style function definition and unused
variable.

https://github.com/ruby/json/commit/58dc0aa938
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suppress warnings for old style function definition and unused
variable.

https://github.com/ruby/json/commit/58dc0aa938
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust ruby/ruby directory structure</title>
<updated>2025-06-30T03:56:50+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-06-30T02:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=43d27eb129625f2f42e7a2331ea3d32db14b0689'/>
<id>43d27eb129625f2f42e7a2331ea3d32db14b0689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
