Geordie J
Geordie J
Hi @kateinoigakukun, thank you for your reply. Maybe I'm being imprecise with my language. My experience with this issue is that the SwiftPM generated code to `import Foundation` and expose...
@fbarchard thanks for getting back to me. The least simple part about it is that it’s necessary to write out the few hundred source files (per arch) and keep them...
I added the same pragma to the C code in the repo and it didn't change anything in the benchmark speed or result (C already has `-fassociative-math` enabled, which I...
Hi, that's fine for me! Thanks for your work here. Btw I also tested the C implementation with the relaxed_add function directly from this header and the performance is unchanged....
Just one thing: I don't want to encourage users to do this by default. They'll have a much better time using the Swift Numerics package I linked above. Could you...
I just noticed that now. Something seems off. I am also wondering whether applying the same flags (that C/C++ receive) to the Swift compilation would have much the same effect...
Hey there. Thanks, I appreciate your enthusiasm and the energy you put into this. Skia is something we looked at when we first created this project, at the time it...
Even though we don't explicitly create modules for CoreText and CoreGraphics, the project does expose some of their key functionality already. What we weren't interested in was trying to recreate...
@mitchellh @liby I am running into the weird behaviour that the quick terminal hides the dock and stumbled across this issue. I'm on the latest macOS 26.0 beta. I find...