[swift-dev] [SR-40] Port Swift to Arm progress / question
Dmitri Gribenko
gribozavr at gmail.com
Wed Dec 9 14:01:21 CST 2015
On Wed, Dec 9, 2015 at 9:43 AM, William Dillon via swift-dev
<swift-dev at swift.org> wrote:
>I went ahead and copied __mulodi4 into the same file after __muloti4, but that seems a little hack-y.
It does feel hacky. A better solution would be to link in parts of
compiler-rt, but that involves a lot of plumbing.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-dev
mailing list