发帖回复
查看:1375|回复:1
  • 1
When you buy via links in posts, huaren.us may earn a commission
Advertisement

再请教几个问题

头像
0操作1 #
头像
1 #
0
06-02-28 23:35操作
查看全部AA分享不感兴趣
再请教几个问题
1)You need an MMX function that interleaves the two lower-order bytes of two integers and outputs a full-length integer.
For example:
word1: 0x 00 00 AC 4D
word2: 0x 00 00 73 B1
Yields:
output: 0x AC 73 4D B1
Write a function that takes two such integers and interleaves them as described. The function signature is:
unsigned int interleave_bytes(unsigned int word1, unsigned int word2);

谢谢先
头像
0操作2 #
头像
2 #
0
06-03-02 21:15操作
查看全部AA分享
踢一脚,再网上找到这个题,但是没有答案,有没有高手指点一下呀
Advertisement
发帖回复
查看:1375|回复:1
  • 1
Advertisement
打开收藏板块打开个人中心
边缘侧滑返回