Mustafa Mohamad

Results 276 comments of Mustafa Mohamad

So I guess the best way of going about this is something like the following? ```julia using ForwardDiff: derivative f(x::Union{Float32,Float64}) = exp(x) for func in (:f,) priv = Symbol('_',func) @eval...

I was puzzeled as to why the base math function worked with ForwardDiff, but now I see that ForwardDiff relies on DiffRules to be able to differentiate the base math...

A PR would help, I'm open to it

awesome progress. Can you please remove the Manifest file

Thank you @chriselrod for the details, I don't have much time since I'm on vacation now. Please feel free to ping me if you don't hear a response soon. I'll...

Have you tried to upstream `SIMDPirates` changes to `SIMD` ? BTW have you seen https://github.com/KristofferC/SIMDIntrinsics.jl , could that help as well? I think we should have to incorporate your suggestions...