K 10 svn:author V 3 pfg K 8 svn:date V 27 2019-01-07T17:35:09.055615Z K 7 svn:log V 222 pow(3): Workaround possible signed shift Undefined Behavior. j is int32_t and thus j<<31 is undefined if j==1. Hinted by: muusl-lib (git 688d3da0f1730daddbc954bbc2d27cc96ceee04c) Discussed with: freebsd-numerics (kargl) END