タグ

64bitに関するskyriserのブックマーク (2)

  • jBridge ( for Windows )

    *note: hosts with built-in support for jBridge don’t require any additional setup step or the use of the jBridger tool, as they will automatically detect and use jBridge if needed. – you might want to check this thread as well for additional details: http://www.kvraudio.com/forum/viewtopic.php?t=244999&highlight= ———————————————————————————————————————————————————— You can  purchase a licensed ful

    skyriser
    skyriser 2011/03/21
    VST Bridgeよりスマートな方法で64bit<=>32bit変換を行うツール。プラグイン自体をBridge化(簡易64bit化)してしまうみたい。しかもお得。
  • 仙石浩明の日記: x86_64 Linux などの 64bit 環境で MD5 を使うときの注意点

    MD5 (Message Digest Algorithm 5) は、 RFC 1321 でアルゴリズムが紹介されていて、 Appendix (付録) として C によるリファレンス実装が付属しているが、 その global.h に /* UINT4 defines a four byte word */ typedef unsigned long int UINT4; と書いてある。 すなわち 32bit 整数として UINT4 型を定義している。 x86_64 Linux を始め多くの 64bit Unix は LP64 すなわち long int (とポインタ) が 64bit な整数データモデルを採用している。 したがって UINT4 型の定義が 「unsigned long int」 のままで、 この MD5 リファレンス実装を使ってしまうと、 32bit であるべき UINT4

    skyriser
    skyriser 2010/03/02
    64bit環境だとMD5の値が異なる可能性がある。
  • 1