about summary refs log tree commit diff
path: root/vendor/modernc.org/libc/unconvert.sh
blob: 757e6f472cadd8abc1ceb0982e6d2423cdff4e45 (plain)
1
2
3
4
5
set -evx
until unconvert -fastmath ./...
do
	unconvert -fastmath -apply ./...
done