Search found 1 match

by enuinc
2022-04-30, 8:18:00
Forum: Agner's CPU blog
Topic: AVX or SSE code performance question
Replies: 1
Views: 45225

AVX or SSE code performance question

Hi My work deals with lots of numerical computations so I regularly use SSE or AVX to speed up numerical intensive work. So far, the results I got have been quite satisfactory, until today Basically, I used SSE to rewrite a simple vector-vector multiplication. When I evaluate the speed up, I got app...