Comment on SIMD Instructions Considered Harmful (2017)parentComments−cameronh907y"We're past the time that a human needs to understand assembly instructions."Until you're debugging broken compiler/JIT output, which I've had to do multiple times in the last year while using .NET Core.−copperx7yAnd how did you fix it? Did you patch the compiler?
Comments
"We're past the time that a human needs to understand assembly instructions."
Until you're debugging broken compiler/JIT output, which I've had to do multiple times in the last year while using .NET Core.
And how did you fix it? Did you patch the compiler?