mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9af344a421
because it's much slower on M1 https://github.com/ruby/erb/pull/29. It'd be too complicated to switch the implementation based on known optimized platforms / versions. Besides, short strings are the most common usages of this method and SIMD doesn't really help that case. All in all, I can't justify the existence of this code. https://github.com/ruby/erb/commit/30691c8995 |
||
---|---|---|
.. | ||
erb.c | ||
extconf.rb |