SSE/AVX: How does one convince rustc to recognize after enabling? #1186
-
After taking to the OSDev wiki and from there figuring out how to set up SSE/AVX in my kernel programmatically, what else needs to be done in order to get crates that take advantage of such registers (like AVX in particular seems like the only way to effectively support compositing in kernel mode without the need to write a GPU driver from scratch first while still getting decent performance out of it, so that's why I'm trying to actually use SIMD immediately after setting it up. Yet, again, despite getting SIMD properly set up through the use of a combination of the |
Beta Was this translation helpful? Give feedback.
Update: turns out there's a function attribute for this