Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cyph0n
1253 days ago
Probably comes down to either inline assembly or dependencies, or both.
2 comments
crazygringo
1253 days ago
Yup, I don't know if Gimp does it, but speeding up image filters is basically the perfect scenario where inline assembly can have huge payoffs.
link
PaulDavisThe1st
1253 days ago
These days, compiler intrinsics are typically the best approach to that stuff. Mostly.
link
duskwuff
1253 days ago
Linux builds of GIMP already ran on arm64, as well as a number of even weirder architectures (like mips or s390x).
link