top | item 46976505 (no title) secondcoming | 18 days ago I;ve had to coerce gcc to emitting SIMD code by using int instead of bool. Also, the early return may be putting it off. discuss order hn newest abbeyj|18 days ago Doing both of those things does seem to help: https://godbolt.org/z/1vv7cK4bEGCC trunk seems to like using `bool` so we may eventually be able to retire the hack of using `int`.
abbeyj|18 days ago Doing both of those things does seem to help: https://godbolt.org/z/1vv7cK4bEGCC trunk seems to like using `bool` so we may eventually be able to retire the hack of using `int`.
abbeyj|18 days ago
GCC trunk seems to like using `bool` so we may eventually be able to retire the hack of using `int`.