Closed
Bug 632310
Opened 14 years ago
Closed 7 years ago
Use the x86-64 assembly code in mpi on Mac OS X
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: m_kato, Unassigned)
References
Details
Attachments
(1 file)
|
50.68 KB,
patch
|
Details | Diff | Splinter Review |
Related to bug 333601. MacOS X x86-64 build has no MPI assembler.
Actually, MPI assembler for x86-64 is for Linux, Solaris and Windows only.
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
Attachment #520885 -
Flags: review?(nelson)
Comment 2•7 years ago
|
||
It's probably a moot question, but does this patch still apply? Seems silly to not be using assembly optimizations on x86-64 just because of the OS.
Flags: needinfo?(m_kato)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
| Reporter | ||
Comment 3•7 years ago
|
||
(In reply to Nathan Froyd [:froydnj] from comment #2)
> It's probably a moot question, but does this patch still apply? Seems silly
> to not be using assembly optimizations on x86-64 just because of the OS.
Sorry for too delay. This patch cannot apply to current code. But macOS x86-64 still uses C only code for MPI, so RC4/RC5 will be slower than Linux/Windows x86-64.
Flags: needinfo?(m_kato)
You need to log in
before you can comment on or make changes to this bug.
Description
•