Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
exitcode0000
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
exitcode0000
8mo ago
Cool article, interesting to read about their challenges. I've tasked Claude with building an Ada83 compiler targeting LLVM IR - which has gotten pretty far. I am not using teams though and there is quite a bit of knowledge needed to d
2.
▲
A new math library for Ada: Neo.SIMD
(blog.adacore.com)
9 points
by
exitcode0000
2y ago
|
1 comments
3.
▲
by
exitcode0000
2y ago
Ada 2022 has some amazing features too - like user defined literals. You can now create custom string types : ) https://learn.adacore.com/courses/whats-new-in-ada-2022/chap...
4.
▲
by
exitcode0000
2y ago
Of course C easily allows you to directly write SIMD routines via intrinsic instructions or inline assembly: ``` generic type T is private; Aligned : Bool := True; function Inverse_Sqrt_T (V : T) return T; function Inverse