You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/06/22 16:20:26 UTC

[jira] Closed: (HARMONY-3232) [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.

     [ https://issues.apache.org/jira/browse/HARMONY-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-3232.
--------------------------------------


No response, assuming ok.

> [drlvm][winx64] Add port atomic functions support for Windows x86_64 platform.
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-3232
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3232
>             Project: Harmony
>          Issue Type: New Feature
>            Reporter: Pavel Afremov
>            Assignee: Gregory Shimansky
>         Attachments: Add-port-atomic-functions-support-for-Windows-x86_64-platform.patch
>
>
> Patch adds port atomic functions support for Windows x86_64 platform.
> •	port_atomic_cas16 and port_atomic_cas64 are defined via _InterlockedCompareExchange intrinsics
> •	port_atomic_cas8 was defined in asm file, because C compiler for Windows x86_64 doesn't support inline assembler.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.