bartek-siudeja

Results 5 comments of bartek-siudeja

oh, I was using sqrt just as an example.I also need log/exp and they exist in nice sse form. I was thinking about a generic template like ``` auto promote(alias...

All is good if there is a vectorized intrinsic for something, but if not then we can run into something like this: https://github.com/AuburnSounds/intel-intrinsics/issues/86 https://github.com/AuburnSounds/intel-intrinsics/blob/master/source/inteli/emmintrin.d#L1222 Somehow optimizer forgets that there is...

ah, maybe this is an LLVM issue. This is quite far over my head, I am afraid. The end result for double4 is weird. How should I proceed? What would...

I think self-protecting also applies to no collisions setup, with big M. At least assuming Bloom filter attack is not practical. Having a hash that does not repeat much is...

I think that a really perverse case is to just attack a single cookie, and use spend to get exact impressions. Given a known noise mean and variance one can...