Raihaan Shouhell

Results 39 comments of Raihaan Shouhell

I'm also interested in what cloud you use, because I'm curious as to why your agents don't just pickup work as they get started but rely on retention strategy being...

Setting `SP_WORD_SIZE=32` does not seem to change anything. Enabling fastmath results in the following error ``` wolfcrypt/src/tfm.c:3257:11: error: inline assembly requires more registers than available SQRADD(A->dp[ix>>1], A->dp[ix>>1]); ^ ./wolfcrypt/src/asm.c:701:6: note:...

> Please try --enable-32bit and --enable-fastmath. > > Thanks, Sean This resulted in the exact same compiler error

> Hi @res0nance > > I've put up a pull request that may help. It appears clang isn't handling the inline assembly register/memory assignation. > > Please give this a...

> No I don't know. It shouldn't be any different but there must be something in there that will be hard to track unless you give me more detail about...

@dgarske Yes that fixes `fastmath` but the default that wolf uses is `sp-math`, this option unfortunately does not work. Should platforms use this option instead? I would much rather see...

To future readers, on the android platform for the `testwolfcrypt` binary the output goes to `logcat` Firstly, I'd like to thank you for your patience in this process. Getting this...

@SparkiDev Here is the test output ``` 08-01 11:35:06.562 6148 6148 D [WOLFCRYPT]: ------------------------------------------------------------------------------ 08-01 11:35:06.562 6148 6148 D [WOLFCRYPT]: wolfSSL version 5.4.0 08-01 11:35:06.562 6148 6148 D [WOLFCRYPT]: ------------------------------------------------------------------------------...

I added `SP_INT_BITS=4096` and it now seems to be working. Looking around I found that on 64bit platforms this is automatically set which is probably why 64 bit doesn't have...

> Hi @res0nance, > > Is there anything more for this issue? If not I'll come it. > > Thanks, Sean No I think its fine, Thanks for everything.