Y
Hacker News
new
|
ask
|
show
|
jobs
by
jacobolus
1540 days ago
Considering the form of both halves is the same, are compilers smart enough to vectorize this code?
1 comments
adgjlsfhk1
1540 days ago
I might be wrong but I would think for something like this vectorizing wouldn't save time (since you would have to move data around before and afterwards. The real benefit of this is it lets you run two fma operations in parallel.
link