-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ppc32 BE? #270
Comments
You don't need to use openlibm on FreeBSD. FreeBSD's libm is already BE aware. In addition, most of openlibm is derived from FreeBSD's libm. |
@kargl Thank you. Do you think that implementation of |
I've never used Darwin, so don't know. Looking at /usr/src/lib/msun/powerpc/fenv.h on FreeBSD shows the functions are declared as inline function and there is a lot of assembly. I suspect this a case of just grab the file and try it. Edited: I just looked at openlibm_fenv_powerpc.h. It is identical to FreeBSD's header above. |
I can confirm it is working since I'm using it in amigaos4 clib2 that is fully powerpc BE |
Presumably #276 addresses this? |
@ViralBShah Allow me until this weekend. I will return to that likely missed |
Anyone has tried to compile it on e500v1 with SPE? |
@afxgroup Somewhat on a side note, could you say in Amiga target supports |
Unforunately we don't have a working gfortran and I can't test it |
@afxgroup Oh. What’s wrong with it though? Have you filed a bug report with GCC Bugzilla? |
I don't think there is something wrong. I our toolchain is disabled. I could try to compile it. But then what do you need to be tested? |
@simonbyrne Is it possible to add support for PowerPC BE, in particular
ppc32
? Primarily interested in macOS PPC, but also considering FreeBSD.UPD. It seems that BE should be supported, despite not being mentioned in README (the code below has both little- and big-endian cases):
openlibm/include/openlibm_fenv_powerpc.h
Line 100 in 1d2c5e3
The text was updated successfully, but these errors were encountered: