[openssl-dev] [openssl.org #3080] Android NEON and CFLAGS options

2016-02-03 Thread Rich Salz via RT
As discussed in the ticket: you can add the flags on your own if needed; they're not necessary. Closing ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe:

Re: [openssl.org #3080] Android NEON and CFLAGS options

2013-07-02 Thread Jeffrey Walton
On Sun, Jun 30, 2013 at 5:54 PM, Andy Polyakov via RT r...@openssl.org wrote: ... OpenSSL doesn't have any floating point, at least not on performance-critical paths, I believe the PRNG interface uses floating point operations (specifically, for the estimate of entropy). Jeff

Re: [openssl.org #3080] Android NEON and CFLAGS options

2013-07-01 Thread Andy Polyakov via RT
... OpenSSL doesn't have any floating point, at least not on performance-critical paths, I believe the PRNG interface uses floating point operations (specifically, for the estimate of entropy). Yes, but this doesn't answer the question, what is the concern? That failure to compile OpenSSL

Re: [openssl.org #3080] Android NEON and CFLAGS options

2013-06-30 Thread Andy Polyakov
In reference to https://android.googlesource.com/platform/ndk/+/ics-mr0/docs/STANDALONE-TOOLCHAIN.html. It appears there are some flags that should be present when targeting Neon on Android: CFLAGS='-march=armv7-a -mfloat-abi=softfp -mfpu=neon' What is the concern exactly? That lack of

Re: [openssl.org #3080] Android NEON and CFLAGS options

2013-06-30 Thread Andy Polyakov via RT
In reference to https://android.googlesource.com/platform/ndk/+/ics-mr0/docs/STANDALONE-TOOLCHAIN.html. It appears there are some flags that should be present when targeting Neon on Android: CFLAGS='-march=armv7-a -mfloat-abi=softfp -mfpu=neon' What is the concern exactly? That lack

Re: [openssl.org #3080] Android NEON and CFLAGS options

2013-06-30 Thread noloa...@gmail.com via RT
On Sun, Jun 30, 2013 at 5:54 PM, Andy Polyakov via RT r...@openssl.org wrote: ... OpenSSL doesn't have any floating point, at least not on performance-critical paths, I believe the PRNG interface uses floating point operations (specifically, for the estimate of entropy). Jeff

[openssl.org #3080] Android NEON and CFLAGS options

2013-06-22 Thread noloa...@gmail.com via RT
In reference to https://android.googlesource.com/platform/ndk/+/ics-mr0/docs/STANDALONE-TOOLCHAIN.html. It appears there are some flags that should be present when targeting Neon on Android: CFLAGS='-march=armv7-a -mfloat-abi=softfp -mfpu=neon'