summary refs log tree commit diff stats
path: root/tests/js/t8231.nim
Commit message (Collapse)AuthorAgeFilesLines
* avoid #8231, bitwise move to mul,div (#15070)Bung2020-08-251-0/+3
* avoid #8231, bitwise move to mul,div * add test for #8231 * fix bitwise move when div result is float * bitwise move depends on typ.size