herumi / mcl

a portable and fast pairing-based cryptography library
BSD 3-Clause "New" or "Revised" License
450 stars 151 forks source link

Why don't have src/asm/x86-64mac.s #164

Closed ponyyuhan closed 1 year ago

ponyyuhan commented 1 year ago

Your code in CmakeLists.txt said "if(APPLE) target_sources(mcl PRIVATE src/asm/x86-64mac.s) --186 target_sources(mcl_st PRIVATE src/asm/x86-64mac.s) --187 else() target_sources(mcl PRIVATE src/asm/x86-64.s) target_sources(mcl_st PRIVATE src/asm/x86-64.s) endif()"

But I don't find x86-64mac.s in the file asm

herumi commented 1 year ago

I've removed them. Could you try the latest CMakefile in https://github.com/herumi/mcl/blob/dev/CMakeLists.txt ?

herumi commented 1 year ago

I've merged it into the master branch.

ponyyuhan commented 1 year ago

Hi!

Thank you so much! It works!

Best Regards Yuhan Ma

2022年10月5日 06:52,MITSUNARI Shigeo @.**@.>> 写道:

I've merged it into the master branch.

— Reply to this email directly, view it on GitHubhttps://github.com/herumi/mcl/issues/164#issuecomment-1267938630, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVL3MWHSX4WSNZAIAVRNVCTWBUCPNANCNFSM6AAAAAAQ4SE47E. You are receiving this because you authored the thread.Message ID: @.***>