General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ThePrimeTime
comments
Comments by "" (@pierreollivier1) on "Zen 5 And AI Doom w/ Casey Muratori" video.
@TapetBart depends on the semantic of the language, and tons of other things, but yes compiler can't do everything. Especially compilers that were not designed for vectorizing from scratch
4
@Bestmann3n it goes both ways without SIMD instructions you can’t really take full advantage of good memory layout, and without a good memory layout you can’t get the best out of SIMD.
1
@inquisitor1017 Compilers who provide vectors within the type system can reduce the pain of portable SIMD, as the semantic of the type can be mapped to the target supported intrinsics.
1
@TapetBart Yes that's why I've mentioned that without SIMD you can't take "full advantage" of the good memory layout, but yes good memory layout is always good. regardless of the SIMD support.
1