| v2 | v3 | |
|---|---|---|
| 25 | 25 | == x86_64 アーキテクチャのサポート == |
| 26 | 26 | |
| 27 | === x86-64 |
|
| 27 | === x86-64 と x86_64 どちらが正しいの? === | |
| 28 | 28 | |
| 29 | AMDの最初の命名は x86-64。Linuxでも x86-64 が本来の呼称ですが、便宜上 x86_64 と呼ばれていてそれが一般的になっている |
|
| 29 | AMDの最初の命名は x86-64。Linuxでも x86-64 が本来の呼称ですが、便宜上 x86_64 と呼ばれていてそれが一般的になっているようです。 | |
| 30 | 30 | |
| 31 | 31 | http://sourceforge.jp/magazine/04/05/31/119256 |
| … | … | |
| 49 | 49 | |
| 50 | 50 | x86-64 だったら gccなどで |
| 51 | x86-64- |
|
| 51 | x86-64-vine-linux-gcc | |
| 52 | 52 | という表記になってワケワカになるという理由はとても合理的(実用的)だと思います。 |
| 53 | 53 | |
| 54 | http://lkml.org/lkml/2004/2/22/33 | |
| 54 | 55 | As far as I know, the real reason for the underscore in x86_64 in Linux |
| 55 | 56 | is that autoconf/configure hate dashes in arch names, because of this |