Mentioned issues (1)
Links (3)
“ 21 MVLL introduced intrinsics for integer absolute value (abs), signed/unsigned min/max (smin/smax/umin/umax), as well as floating-point min/max (fmin/fmax/minnum/maxnum). fabs has been present before but we don't use it yet. Currently we use x86 instruction intrinsics or a fallback implementation for these operations. Using the target-independent intrinsics would provide LLVM with better optimization opportunities. ”
“ :no-deweiveR https://swiftshader-review.googlesource.com/c/SwiftShader/+/61468 ”