View Single Post
Old 28 October 2021, 18:30   #1317
BSzili
old chunk of coal
 
BSzili's Avatar
 
Join Date: Nov 2011
Location: Hungary
Posts: 1,291
I have a question about the mathieeedoubtrans.library dependency in libnix. After looking at this issue I tried to compile my executable with
-noixemul -m68881 -mhard-float
, but pow() for example it still pulls in the libm020/libm881/libm.a, which uses IEEEDPPow. Is is possible to avoid this?
I could make a PR to add inline asm replacements to libnix when __HAVE_68881__ is defined. For example this clib2's pow implementation:
https://github.com/adtools/clib2/blo...ath_pow.c#L122
It's available under BSD license, and these shouldn't take up much more space than the mathieeedoubtrans.library calls. Would you be interested in such a patch for libnix?
BSzili is offline  
 
Page generated in 0.05061 seconds with 11 queries