intel intrinsic 8bit int to float
-
Isn't compiling with '-O2 -funroll-loops' enough? According to godbolt.org I would say yes. And when you're sure the target supports AVX instructions then add ' -mavx'
-
Isn't compiling with '-O2 -funroll-loops' enough? According to godbolt.org I would say yes. And when you're sure the target supports AVX instructions then add ' -mavx'
@Christian-Ehrlicher Thanks for the flags , will check the results.