Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
2411 days ago
You are missing x/y/zmm regs in the clobber list.
1 comments
avdicius
2410 days ago
Yes, that's true. However in my app this has never caused any problems. Apparently even if the compiler auto-vectorizes anything it does this only with scratch regs or in leaf procedures. I don't have any fp or simd code of myself.
link