Disable SIMD (Extra Post) #1330
Replies: 1 comment
-
|
感谢分享这么优质的内容💕 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Disable SIMD (Extra Post)
单指令多数据 指令允许在一个操作符(比如加法)内传入多组数据,以此加速程序执行速度。x86_64 架构支持多种SIMD标准:
https://os.phil-opp.com/zh-CN/disable-simd/
Beta Was this translation helpful? Give feedback.
All reactions