Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pratk
on July 7, 2022
|
parent
|
context
|
favorite
| on:
Show HN: C3 – A C alternative that looks like C
Looks interesting, thanks! Just curious, any plans for supporting SIMD, similar to gcc's vector extensions ?
lerno
on July 7, 2022
[–]
Vector types are built in, which you can do operations on, e.g.
float[<4>] y = { 1, 2, 3, 4 }; float[<4>] z = { 2, 2, 2, -100 }; float[<4>] w = y + z;
It's not completely fleshed out with builtins yet, but will be.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: